Skip to content

Commit

Permalink
Correct the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Howe829 authored Sep 11, 2024
1 parent 00ecb22 commit 4b9b0e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _invoke(
}
}

# Make the request to the OpenAI API
# Make the request to the Ollama API
response = requests.post(
endpoint_url, headers=headers, data=json.dumps(payload), timeout=(10, 300)
)
Expand Down

0 comments on commit 4b9b0e2

Please sign in to comment.