Fixes issues with OpenRouter/Anthropic (disabling streaming until better Pydantic AI implementation)

This commit is contained in:
Cole Medin
2025-03-01 06:59:41 -06:00
parent 53cfd5e6a7
commit fcca718d3a
10 changed files with 492 additions and 101 deletions

View File

@@ -42,7 +42,7 @@ Since V4 is the current version of Archon, all the code for V4 is in both the ma
- Docker (optional but preferred)
- Python 3.11+
- Supabase account (for vector database)
- OpenAI/OpenRouter API key or Ollama for local LLMs
- OpenAI/Anthropic/OpenRouter API key or Ollama for local LLMs (note that only OpenAI supports streaming in the Streamlit UI currently)
### Installation