Giter VIP home page Giter VIP logo

Comments (5)

adfrisealach avatar adfrisealach commented on June 3, 2024

I'm also unable to use gpt-4 through the plugin, though I get an error message "The model gpt-4 does not exist"

from chatgpt-md.

lukemt avatar lukemt commented on June 3, 2024

@alexfg Strange, it should work. When I set gpt-4 in the frontmatter the responses are noticeably slower (and cost more as well).

Here is the template I use:


---
system_commands: ['You are a helpful assistant.']
temperature: 0.5
top_p: 1
max_tokens: 512
presence_penalty: 1
frequency_penalty: 1
stream: true
stop: null
n: 1
model: gpt-4
---

## role::user

Hi

@adfrisealach Do you have access to gpt-4? Otherwise please put yourself on the waitlist

from chatgpt-md.

alexfg avatar alexfg commented on June 3, 2024

@lukemt I did test after test and watching the request list in OpenAI platform. It will not go through to gpt-4. I also tested with Text Generator where it works, but I like the ChatGPT MD options better, i.e. context history, response layout, etc.

I am still looking for a solution...

from chatgpt-md.

lukemt avatar lukemt commented on June 3, 2024

Ok, thanks.

A few things to try:

  1. Check if the frontmatter gets ignored altogether. For example try what happens when you change the system message. Like so 😎:
---
system_commands: ['Your objective is to incorporate the word “blurb” into every message.']
temperature: 0.5
top_p: 1
max_tokens: 512
presence_penalty: 1
frequency_penalty: 1
stream: true
stop: null
n: 1
model: gpt-3.5-turbo
---

## role::user

Hi there!

<hr class="__chatgpt_plugin">

## role::assistant

Hey, have you read any good blurbs lately?

<hr class="__chatgpt_plugin">

## role::user
  1. Configure chatgpt-md in a new vault and check if you can reproduce the issue. If you can't then look very closely and try to spot any differences.

  2. Reinstall chatgpt-md

That's what I would do, hopefully this brings us closer to a solution

from chatgpt-md.

alexfg avatar alexfg commented on June 3, 2024

@lukemt So I tried you suggestions. The results are both embarrassing and illuminating on my side on how the plugin works. 😅

My understanding was that when no frontmatter was included in the file the call to the Chat command would be done by default, behind the scenes, using the default frontmatter. Which does not happen. <- Maybe make this a feature?

So, when including the frontmatter in the file all works as expected in the fresh vault I created. However, I did find that this is broken in my initial vault. I believe this is an error on my side, I tinkered so much with my initial vault and the gpt plugins that I might have broken something all together. 😂

I will close this as it seems that there is no error on the plugin side. I will open a new issue if I find the error blocking my initial vault if I find that it can be avoided somehow.

Thank you for your help!

from chatgpt-md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.