Added anyscale support

This commit is contained in:
Vasilije 2024-03-28 20:35:40 +01:00
parent 277acf081b
commit 0880fa2863

View file

@ -43,7 +43,7 @@ class Config:
graph_filename = os.getenv("GRAPH_NAME", "cognee_graph.pkl")
# Model parameters
llm_provider: str = "custom" #openai, or custom or ollama
llm_provider: str = "openai" #openai, or custom or ollama
custom_model: str = "mistralai/Mixtral-8x7B-Instruct-v0.1"
custom_endpoint: str = "https://api.endpoints.anyscale.com/v1" # pass claude endpoint
custom_key: Optional[str] = os.getenv("ANYSCALE_API_KEY")