Skip to content

Commit

Permalink
add /v1 to api base url
Browse files Browse the repository at this point in the history
  • Loading branch information
PCSwingle committed Feb 17, 2024
1 parent 06f0af9 commit a22b44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rawdog/llm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_script(self, prompt: Optional[str] = None, stream=False):
"cost": None,
}
if is_finetuned_model(model):
base_url = "https://api.mentat.ai"
base_url = "https://api.mentat.ai/v1"
custom_llm_provider = "openai"
try:
response = completion(
Expand Down

0 comments on commit a22b44e

Please sign in to comment.