Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyouga committed Jun 17, 2024
1 parent 380643b commit 8962a95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
env:
OPENAI_BASE_URL: http://localhost:8010/v1
OPENAI_API_KEY: 0
EMBED_MODEL: text-embedding-ada-002
CHAT_MODEL: gpt-3.5-turbo
TOKENIZER_PATH: 01-ai/Yi-6B-Chat
CHUNK_SIZE: 200
CHUNK_OVERLAP: 30
DEFAULT_EMBED_MODEL: text-embedding-ada-002
DEFAULT_CHAT_MODEL: gpt-3.5-turbo
HF_TOKENIZER_PATH: 01-ai/Yi-6B-Chat
DEFAULT_CHUNK_SIZE: 300
DEFAULT_CHUNK_OVERLAP: 100
STORAGE: redis
SEARCH_TARGET: content
REDIS_URI: redis://localhost:6379
Expand Down

0 comments on commit 8962a95

Please sign in to comment.