Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with AI/ML API #189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/advanced-usage/open-source-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ PERPLEXITYAI_API_KEY=your_perplexityai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
TOGETHER_API_KEY=your_together_api_key
GROQ_API_KEY=your_groq_api_key
AIML_API_KEY=your_aiml_api_key
```

**4. Install the Astra Assistants API and gradio:**
Expand Down Expand Up @@ -67,6 +68,7 @@ ceo = Agent(name="ceo",
# model = 'perplexity/llama-3-8b-instruct'
# model = 'anthropic/claude-3-5-sonnet-20240620'
# model = 'groq/mixtral-8x7b-32768'
# model = You can visit our website https://aimlapi.com and choose from over 200 models to suit your preferences.
# model="gpt-4o",
files_folder="path/to/your/files"
)
Expand Down