miurla / morphic

An AI-powered search engine with a generative UI
https://morphic.sh
Apache License 2.0
4.98k stars 1.16k forks source link

[BUG] USE_SPECIFIC_API_FOR_WRITER=true is no longer being used #178

Closed itsmebcc closed 1 month ago

itsmebcc commented 1 month ago

Is there an existing issue for this?

Current Behavior

When specifying USE_SPECIFIC_API_FOR_WRITER=true and using either Local LLM or GROQ it will only use OpenAI

Expected Behavior

When specifying USE_SPECIFIC_API_FOR_WRITER=true and using either Local LLM or GROQ it should use the specified LLM for the writer.

Steps To Reproduce

Set a writer and run the code. When a test search is done only the OpenAI API is hit.

Environment

- OS: ANY
- Browser: ANY

Anything else?

No response