try to fixup tests, enable e2e (#53)
* try to fixup tests, enable e2e Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Generate JSON character data with tools Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Rework generation of character Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Simplify text Signed-off-by: mudler <mudler@localai.io> * Relax some test constraints Signed-off-by: mudler <mudler@localai.io> * Fixups * Properly fit schema generation * Swap default model * ci fixups --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
31b5849d02
commit
e32a569796
@@ -8,7 +8,7 @@ services:
|
||||
image: localai/localai:latest-cpu
|
||||
command:
|
||||
# - rombo-org_rombo-llm-v3.0-qwen-32b # minimum suggested model
|
||||
- marco-o1 # (smaller)
|
||||
- arcee-agent # (smaller)
|
||||
- granite-embedding-107m-multilingual
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"]
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
timeout: 20m
|
||||
retries: 20
|
||||
ports:
|
||||
- 8080
|
||||
- 8081:8080
|
||||
environment:
|
||||
- DEBUG=true
|
||||
volumes:
|
||||
@@ -63,7 +63,7 @@ services:
|
||||
ports:
|
||||
- 8080:3000
|
||||
environment:
|
||||
- LOCALAGENT_MODEL=marco-o1
|
||||
- LOCALAGENT_MODEL=arcee-agent
|
||||
- LOCALAGENT_LLM_API_URL=http://localai:8080
|
||||
- LOCALAGENT_API_KEY=sk-1234567890
|
||||
- LOCALAGENT_LOCALRAG_URL=http://ragserver:8080
|
||||
|
||||
Reference in New Issue
Block a user