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 7d0bfd3 commit 380643b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@ jobs:
needs: check_code_quality

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
STORAGE=redis
SEARCH_TARGET=content
REDIS_URI=redis://localhost:6379
ELASTICSEARCH_URI=http://localhost:9001
VECTORSTORE=chroma
CHROMA_PATH=./chroma
MILVUS_URI=http://localhost:19530
MILVUS_TOKEN=0
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
STORAGE: redis
SEARCH_TARGET: content
REDIS_URI: redis://localhost:6379
ELASTICSEARCH_URI: http://localhost:9001
VECTORSTORE: chroma
CHROMA_PATH: ./chroma
MILVUS_URI: http://localhost:19530
MILVUS_TOKEN: 0

services:
redis:
image: redis
ports:
- 6379: 6379
- 6379:6379

strategy:
matrix:
Expand Down

0 comments on commit 380643b

Please sign in to comment.