Skip to content

Instantly share code, notes, and snippets.

@Zegis
Zegis / openai_call.json
Created January 5, 2024 18:58 — forked from iceener/openai_call.json
OpenAI Function Calling (parameters)
{
"model": "gpt-3.5-turbo-0613",
"function_call": {
"name": "query_enrichment"
},
"messages": [
{
"role": "user",
"content": "Write a newsletter."
}