Added anyscale support
This commit is contained in:
parent
277acf081b
commit
0880fa2863
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue