mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
fix: fix fat finger push to main (#849)
This commit is contained in:
parent
d509de39f3
commit
60ce3bf9fe
@ -411,7 +411,6 @@ async def openai_chat_completions_request(
|
||||
|
||||
https://platform.openai.com/docs/guides/text-generation?lang=curl
|
||||
"""
|
||||
print(f"\n\n\n\napi_key is {api_key}")
|
||||
data = prepare_openai_payload(chat_completion_request)
|
||||
client = AsyncOpenAI(api_key=api_key, base_url=url)
|
||||
chat_completion = await client.chat.completions.create(**data)
|
||||
|
Loading…
Reference in New Issue
Block a user