From 94bdbb129739a8eaf63c447a93e29c8e7e829ec8 Mon Sep 17 00:00:00 2001 From: Bendy <190111823+FlashJetton@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:52:23 +0700 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a77a78..85a376e 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ Edit the detailed instructions in the `main_agent` instructions block: - `tools`: Available tools (WebSearchTool, FileSearchTool, etc.) - `mcp_servers`: MCP server connections -#### 🤖 Using Alternative Models +### 🤖 Using Alternative Models evi-run supports non-OpenAI models through the Agents library. There are several ways to integrate other LLM providers: @@ -343,7 +343,7 @@ set_default_openai_client(AsyncOpenAI( - If not using OpenAI, consider disabling tracing: `set_tracing_disabled()` - You can mix different providers for different agents -#### 🎯 Best Practices +### 🎯 Best Practices - **Focused Instructions**: Each agent should have a clear, specific purpose - **Model Selection**: Use appropriate models for complexity (gpt-5 vs gpt-5-mini) @@ -351,7 +351,7 @@ set_default_openai_client(AsyncOpenAI( - **Naming Convention**: Use descriptive tool names for main agent clarity - **Testing**: Test agent responses in isolation before integration -#### 🌐 Bot Messages Localization +### 🌐 Bot Messages Localization **Customizing Bot Interface Messages:** -- 2.38.5