mirror of https://github.com/aliasrobotics/cai.git
os env
This commit is contained in:
parent
0c81fa66c5
commit
1055b65270
|
|
@ -48,7 +48,7 @@ import requests
|
|||
|
||||
# Default API bases
|
||||
OPENROUTER_API_BASE = "https://openrouter.ai/api/v1"
|
||||
OLLAMA_LITELLM_API_BASE = "http://localhost:8000/v1"
|
||||
OLLAMA_LITELLM_API_BASE = os.environ["OLLAMA_API_BASE"] #"http://localhost:8000/v1"
|
||||
os.environ["OPENAI_API_KEY"] = "test_key_for_ci_environment"
|
||||
|
||||
class CyberMetricEvaluator:
|
||||
|
|
|
|||
Loading…
Reference in New Issue