stanford-oval / WikiChat

WikiChat is an improved RAG. It stops the hallucination of large language models by retrieving data from a corpus.
https://wikichat.genie.stanford.edu
Apache License 2.0
1.05k stars 97 forks source link

the big model must be Openai ? #6

Closed ucas010 closed 10 months ago

ucas010 commented 10 months ago

with other model is ok ?

s-jse commented 10 months ago

Hi, The best results can be achieved with OpenAI models like gpt-4 and gpt-35-turbo-instruct. However, we do support other models via Together.ai API. Please refer to https://github.com/stanford-oval/WikiChat#set-up-the-llm-endpoint to set this up.

Alternatively, you can host your own open-source model like locally, or download one of our distilled models (to be released soon).