mg集成omniparse

This commit is contained in:
liuminhui 2024-07-18 20:40:20 +08:00
parent 39eb534ca0
commit 22b9990ccf
14 changed files with 381 additions and 14 deletions

View file

@ -5,4 +5,8 @@ llm:
api_type: "openai" # or azure / ollama / groq etc.
model: "gpt-4-turbo" # or gpt-3.5-turbo
base_url: "https://api.openai.com/v1" # or forward url / other llm url
api_key: "YOUR_API_KEY"
api_key: "xxxx"
omniparse:
api_key: "your_api_key"
base_url: "http://192.168.50.126:8000"