karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.63k stars 151 forks source link

fix(private-gpt): convert model name from symbol to string in request #470

Closed rosenstrauch closed 1 week ago

rosenstrauch commented 1 week ago

the switch to symbol for models means we need to convert them back to strings in json requests.

karthink commented 1 week ago

@rosenstrauch Thanks for the fix!