- Introduced CHUTES_API_TOKEN in .env.example files for configuration. - Updated README.md in quickstart example to include Chutes API setup. - Created quickstart_chutes.py example for demonstrating Chutes integration. - Added ChutesEmbedder and ChutesClient classes for embedding and LLM functionalities. - Updated LLM and embedder provider configurations to support Chutes. - Enhanced factories to include Chutes client and embedder. - Modified schema.py to define Chutes provider configuration. - Updated mcp_server configuration files to integrate Chutes API. - Added necessary dependencies in pyproject.toml for Chutes support.
20 lines
No EOL
306 B
Text
20 lines
No EOL
306 B
Text
OPENAI_API_KEY=
|
|
CHUTES_API_TOKEN=
|
|
|
|
# Neo4j database connection
|
|
NEO4J_URI=
|
|
NEO4J_PORT=
|
|
NEO4J_USER=
|
|
NEO4J_PASSWORD=
|
|
|
|
# FalkorDB database connection
|
|
FALKORDB_URI=
|
|
FALKORDB_PORT=
|
|
FALKORDB_USER=
|
|
FALKORDB_PASSWORD=
|
|
|
|
USE_PARALLEL_RUNTIME=
|
|
SEMAPHORE_LIMIT=
|
|
GITHUB_SHA=
|
|
MAX_REFLEXION_ITERATIONS=
|
|
ANTHROPIC_API_KEY= |