Trying to use dexter with non-OpenAI LLMs hosted by OpenRouter and seeing a few issues.
Cost warnings
This logs for every LLM call. Since there's no real standard here aside from OpenAI, it'd be nice to support this total_cost format as an optional parameter that we fallback to internally and skip the console.warn.
Will add more cases to this issue as I come across them.
Trying to use
dexter
with non-OpenAI LLMs hosted by OpenRouter and seeing a few issues.Cost warnings
This logs for every LLM call. Since there's no real standard here aside from OpenAI, it'd be nice to support this
total_cost
format as an optional parameter that we fallback to internally and skip theconsole.warn
.Will add more cases to this issue as I come across them.