Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions anthropic-model-provider-go/tool.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Metadata: noUserAuth: anthropic-model-provider
"icon": "/admin/assets/anthropic_icon.svg",
"link": "https://www.anthropic.com",
"description": "Note: Anthropic does not have an embeddings model and [recommends](https://docs.anthropic.com/en/docs/build-with-claude/embeddings) Voyage AI.",
"dialect": "AnthropicMessages",
"envVars": [
{
"name": "OBOT_ANTHROPIC_MODEL_PROVIDER_API_KEY",
Expand Down
1 change: 1 addition & 0 deletions ollama-model-provider/tool.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Metadata: noUserAuth: ollama-model-provider
{
"icon": "https://ollama.com/public/ollama.png",
"link": "https://ollama.com/",
"dialect": "OpenResponses",
"envVars": [
{
"name": "OBOT_OLLAMA_MODEL_PROVIDER_HOST",
Expand Down
1 change: 1 addition & 0 deletions openai-model-provider/tool.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Metadata: noUserAuth: openai-model-provider
{
"icon": "https://cdn.jsdelivr.net/npm/@phosphor-icons/core@2/assets/duotone/open-ai-logo-duotone.svg",
"link": "https://openai.com/",
"dialect": "OpenAIResponses",
"envVars": [
{
"name": "OBOT_OPENAI_MODEL_PROVIDER_API_KEY",
Expand Down
Loading