Question about GPT 4 model #187
Answered
by
debanjum
thomclae33
asked this question in
Q&A
-
Is there a way to make the gpt-4 model work with Khoj, or does this need a lot of changes? |
Beta Was this translation helpful? Give feedback.
Answered by
debanjum
Mar 16, 2023
Replies: 1 comment 2 replies
-
What's your use-case for GPT4 with Khoj? From my understanding, generating embedding via GPT4 isn't supported by OpenAI yet. So GPT4 can't be used for Search (with Khoj or otherwise). But using GPT4 models for Khoj Chat shouldn't be much work as Khoj was just moved to start using ChatGPT for Chat. Both GPT4 and ChatGPT use the new ChatML format to provide context. So I'll just need to make the Chat model to use configurable via |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
thomclae33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's your use-case for GPT4 with Khoj?
From my understanding, generating embedding via GPT4 isn't supported by OpenAI yet. So GPT4 can't be used for Search (with Khoj or otherwise).
But using GPT4 models for Khoj Chat shouldn't be much work as Khoj was just moved to start using ChatGPT for Chat. Both GPT4 and ChatGPT use the new ChatML format to provide context.
So I'll just need to make the Chat model to use configurable via
khoj.yml
.