Aasher commited on
Commit
dae3353
Β·
1 Parent(s): a279660

Update Readme files to include recent model changes

Browse files
Files changed (2) hide show
  1. .github/README.md +3 -1
  2. chainlit.md +8 -3
.github/README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Axiom - A Docs Expert Agent
2
 
3
- Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It can assist in creating AI Agents, RAG systems, chatbots, authentication mechanisms, and even full-stack development. It is built with LangGraph, **MCP Docs Server**, Chainlit and Gemini, designed to help users create different projects using natural language instructions.
4
 
5
  ![AxiomAgent](/public/axiom.png)
6
 
@@ -8,6 +8,7 @@ Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It c
8
 
9
  - πŸ€– Interactive chat interface
10
  - πŸ“š Access to multiple documentation sources
 
11
  - 🎨 Support for image processing and analysis
12
  - πŸ“ˆ Use images and graphs to create production-ready code
13
  - πŸ› οΈ Customizable model settings (temperature, model version)
@@ -38,6 +39,7 @@ The agent has access to following documentations:
38
 
39
  * UV package manager
40
  * Python 3.11+
 
41
  * Docker (optional): If you intend to use the `Dockerfile`, you'll need Docker installed.
42
 
43
  ## Installation
 
1
  # Axiom - A Docs Expert Agent
2
 
3
+ Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It can assist in creating AI Agents, RAG systems, chatbots, authentication mechanisms, and even full-stack development. It is built with LangGraph, **MCP Docs Server**, Chainlit and OpenRouter Models, designed to help users create different projects using natural language instructions.
4
 
5
  ![AxiomAgent](/public/axiom.png)
6
 
 
8
 
9
  - πŸ€– Interactive chat interface
10
  - πŸ“š Access to multiple documentation sources
11
+ - 🦾 Support for multiple models using OpenRouter unified API
12
  - 🎨 Support for image processing and analysis
13
  - πŸ“ˆ Use images and graphs to create production-ready code
14
  - πŸ› οΈ Customizable model settings (temperature, model version)
 
39
 
40
  * UV package manager
41
  * Python 3.11+
42
+ * OpenRouter API Key
43
  * Docker (optional): If you intend to use the `Dockerfile`, you'll need Docker installed.
44
 
45
  ## Installation
chainlit.md CHANGED
@@ -1,6 +1,6 @@
1
  # Axiom - A Docs Expert Agent
2
 
3
- Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It can assist in creating AI Agents, RAG systems, chatbots, authentication mechanisms, and even full-stack development. It is built with LangGraph, MCP Docs Server, Chainlit and Gemini, designed to help users create different projects using natural language instructions.
4
 
5
  ## Features
6
 
@@ -9,6 +9,7 @@ Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It c
9
  - **Agent Mode:** Ideal for complex tasks like brainstorming, code generation, and web apps creation.
10
  - **Chat Mode:** Suited for quick information retrieval and answering questions from the provided documentations.
11
  - πŸ“š Access to multiple documentation sources
 
12
  - 🎨 Support for image processing and analysis
13
  - πŸ“ˆ Use images and graphs to create production-ready code
14
  - πŸ› οΈ Customizable model settings (temperature, model version)
@@ -25,10 +26,14 @@ The agent has access to following documentations:
25
  - Supabase
26
  - Pinecone
27
  - Composio
28
- - Clerk Auth
29
- - Stack Auth
30
  - Mem0
31
  - Zep
 
 
 
 
 
 
32
 
33
  ## Project Code
34
 
 
1
  # Axiom - A Docs Expert Agent
2
 
3
+ Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It can assist in creating AI Agents, RAG systems, chatbots, authentication mechanisms, and even full-stack development. It is built with LangGraph, MCP Docs Server, Chainlit and OpenRouter Models, designed to help users create different projects using natural language instructions.
4
 
5
  ## Features
6
 
 
9
  - **Agent Mode:** Ideal for complex tasks like brainstorming, code generation, and web apps creation.
10
  - **Chat Mode:** Suited for quick information retrieval and answering questions from the provided documentations.
11
  - πŸ“š Access to multiple documentation sources
12
+ - 🦾 Support for multiple models using OpenRouter unified API
13
  - 🎨 Support for image processing and analysis
14
  - πŸ“ˆ Use images and graphs to create production-ready code
15
  - πŸ› οΈ Customizable model settings (temperature, model version)
 
26
  - Supabase
27
  - Pinecone
28
  - Composio
 
 
29
  - Mem0
30
  - Zep
31
+ - Stripe
32
+ - Resend
33
+ - Upstash
34
+ - Netlify
35
+ - Clerk Auth
36
+ - Stack Auth
37
 
38
  ## Project Code
39