alondmnt / joplin-plugin-jarvis

Joplin (note-taking) assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, Llama, Universal Sentence Encoder, etc.)
GNU Affero General Public License v3.0
209 stars 22 forks source link

enhancement request: openai models #12

Closed unelucidated closed 11 months ago

unelucidated commented 11 months ago

is it possible to include the gpt4-0314 models instead of the newest gpt4?

alondmnt commented 11 months ago

sure.

  1. install Jarvis v0.5.3
  2. select Chat: Model "(online) OpenAI: custom"
  3. in the Advanced Settings section, set Chat: OpenAI custom model ID, for example: gpt-4-0314
unelucidated commented 11 months ago

thanks so much