New LLM Router strategy (#199)

This commit is contained in:
Kerem Yilmaz
2024-04-16 14:52:15 -07:00
committed by GitHub
parent eab98426f2
commit 02cf2a1e87
3 changed files with 6 additions and 5 deletions

View File

@@ -299,7 +299,7 @@ function CreateNewTaskForm({ initialValues }: Props) {
body: createTaskRequestObject(form.getValues()),
headers: {
"Content-Type": "application/json",
"x-api-key": envCredential ?? "",
"x-api-key": envCredential ?? "<your-api-key>",
},
});
await navigator.clipboard.writeText(curl);