mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-30 17:11:00 +00:00
Solved graphrag index can't use other llm problem (#1507)
Co-authored-by: Josh Bradley <joshbradley@microsoft.com> Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
parent
8368b12532
commit
c450f85edd
@ -238,7 +238,7 @@ def _create_openai_config(config: LLMParameters, azure: bool) -> OpenAIConfig:
|
||||
)
|
||||
return PublicOpenAIConfig(
|
||||
api_key=config.api_key,
|
||||
base_url=config.proxy,
|
||||
base_url=config.api_base,
|
||||
json_strategy=json_strategy,
|
||||
organization=config.organization,
|
||||
max_retries=config.max_retries,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user