Tried everything. The only response is "Error: Failed to execute function: failed to deserialize api response: expected value at line 1 column 1".
Can't see anything about this in Issues. Checked the API key a dozen times.
Need an example, perhaps some setup suggestions, and better coverage of potential errors.
Edit: this may be because I only have a free account at OpenAI. If a paid account is necessary, it would be great to mention that in the ReadMe.
Also, tried it with ollama API, but the code is looking for /chat/completions in the API base, but it looks like ollama wants something like /api/chat. Can't find where in the code this is formatted.
Since you mention smollm2 and local compatibility in the readme, it would be helpful to include something about how to configure for other APIs
Can't see anything about this in Issues. Checked the API key a dozen times.
Need an example, perhaps some setup suggestions, and better coverage of potential errors.
Edit: this may be because I only have a free account at OpenAI. If a paid account is necessary, it would be great to mention that in the ReadMe.
Also, tried it with ollama API, but the code is looking for /chat/completions in the API base, but it looks like ollama wants something like /api/chat. Can't find where in the code this is formatted.
Since you mention smollm2 and local compatibility in the readme, it would be helpful to include something about how to configure for other APIs
That mystery ate up a few hours.