From b7bc1069e201c79c933fed4cbedaf895351249bf Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Tue, 4 Mar 2025 15:30:59 -0800 Subject: [PATCH] Update README.md Fixed the Readme to show the updated model processing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbe1197..2427ffd 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ You can configure the agent's name, model, and prompts in their profile like `an | xAI | `XAI_API_KEY` | `grok-2` | [docs](https://docs.x.ai/docs) | | Deepseek | `DEEPSEEK_API_KEY` | `deepseek-reasoner` | [docs](https://api-docs.deepseek.com/) | | Openrouter | `OPENROUTER_API_KEY` | `openrouter/anthropic/claude-3.5-sonnet` | [docs](https://openrouter.ai/models) | -| glhf.chat | `GHLF_API_KEY` | `hf:meta-llama/Llama-3.1-405B-Instruct` | [docs](https://glhf.chat/user-settings/api) | -| Hyperbolic | `HYPERBOLIC_API_KEY` | `hb:deepseek-ai/DeepSeek-V3` | [docs](https://docs.hyperbolic.xyz/docs/getting-started) | +| glhf.chat | `GHLF_API_KEY` | `GLHF/hf:meta-llama/Llama-3.1-405B-Instruct` | [docs](https://glhf.chat/user-settings/api) | +| Hyperbolic | `HYPERBOLIC_API_KEY` | `hyperbolic/deepseek-ai/DeepSeek-V3` | [docs](https://docs.hyperbolic.xyz/docs/getting-started) | If you use Ollama, to install the models used by default (generation and embedding), execute the following terminal command: `ollama pull qwen2.5 && ollama pull nomic-embed-text`