art-from-the-machine / Mantella

Mantella is a Skyrim and Fallout 4 mod which allows you to naturally speak to NPCs using Whisper (speech-to-text), LLMs (text generation), and xVASynth / XTTS (text-to-speech).
https://art-from-the-machine.github.io/Mantella/
GNU Affero General Public License v3.0
169 stars 42 forks source link

Select llm model from list #331

Closed Leidtier closed 1 month ago

Leidtier commented 1 month ago

based on #330

@art-from-the-machine As I don't have access to OpenAI you would need to double check if the code to retrieve the list from OpenRouter works the same for OpenAI. Requesting the models should be the same, as is the name/id of them. I suspect the information about context and pricing could be located somewhere else in the result object or maybe even missing entirely.