Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response is not generated. #3

Open
gioras opened this issue Mar 5, 2023 · 3 comments
Open

Response is not generated. #3

gioras opened this issue Mar 5, 2023 · 3 comments

Comments

@gioras
Copy link

gioras commented Mar 5, 2023

Response is not generated. (JCE) The purple circle keeps running.

Articles-New-LiveSites-Administration

@JacquieVC
Copy link

I am having the same issue, is there any resolution to this?

@viperdriver100
Copy link

viperdriver100 commented Oct 7, 2023

me too in tiny mce

@baonguyen12b32000
Copy link

Issue the same you posted, load not respond
Detail: joomla 5, tinyMCE or JCE editor - SOVLED
Time : 2024 March 07 20:41 debug
Reason: open api invalid model
Solution: replace model 'gpt-3.5-turbo-instruct, babbage-002, davinci-002'. This base from https://openai.com/

  • media\plg_editors-xtd_chatgpt\js\chatgpt-default.js
  • Replace lines: 69-74
    let raw = JSON.stringify({
    'prompt': input,
    'model': apiModel,
    'max_tokens': apiTokens,
    'temperature': apiTemp
    });
    To
    let raw = JSON.stringify({
    'prompt': input,
    'model': 'gpt-3.5-turbo-instruct',
    'max_tokens': apiTokens,
    'temperature': apiTemp
    });
    chatgpt1
    chatgpt2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants