Update lightrag_openai_neo4j_milvus_redis_demo.py
This commit is contained in:
parent
fe34c50b43
commit
32a7d40650
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ async def llm_model_func(
|
||||||
prompt,
|
prompt,
|
||||||
system_prompt=system_prompt,
|
system_prompt=system_prompt,
|
||||||
history_messages=history_messages,
|
history_messages=history_messages,
|
||||||
api_key="sk-91d0b59f25554251aa813ed756d79a6d",
|
api_key="",
|
||||||
base_url="https://api.deepseek.com",
|
base_url="",
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue