femtowin commited on
Commit
4666d2e
·
1 Parent(s): cfec4f2

Add API Type configuration documentation to README

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -30,6 +30,16 @@ This video showcases the list-files functionality of minion-space, demonstrating
30
 
31
  ## Configuration Options
32
 
 
 
 
 
 
 
 
 
 
 
33
  ### Route Selection
34
  - **Auto (empty)**: Automatically selects the most appropriate route based on query type
35
  - **Raw**: Direct LLM output without additional processing
 
30
 
31
  ## Configuration Options
32
 
33
+ ### API Type Configuration
34
+ - **openai**: For OpenAI-compatible APIs (OpenAI, local models, etc.)
35
+ - Use standard OpenAI API format
36
+ - Set Base URL to your API endpoint
37
+ - API Version is optional
38
+ - **azure**: For Azure OpenAI Service
39
+ - **Required**: Must specify API Version (e.g., "2024-06-01")
40
+ - Set Base URL to your Azure endpoint
41
+ - Uses Azure-specific authentication
42
+
43
  ### Route Selection
44
  - **Auto (empty)**: Automatically selects the most appropriate route based on query type
45
  - **Raw**: Direct LLM output without additional processing