Miri4ever, I'll let you know once this is ready, I still need to add UI and few more things before it can be ready for prime time.Miri4ever wrote: Mon Jul 10, 2023 6:39 pm Wow, this sounds great and 75 Images per day is even more enough we don't use withing a month, from this daily free limit if they're free accounts as you wrote. But even if I can do a signup there, the current version cannot choose it for the bots' setup yet, right? I already paid a small amount for the normal Stable Diffusion Account, but Leonardo seems far beyond and even more promising images.
Sorry, I'm not following, can you please provide more details?Miri4ever wrote: Mon Jul 10, 2023 6:39 pm I would be bad if members loose money just because I needed to delete their posts, if for example, DALLE reaches the limit of 10 images while in a time. But I developed a way to get those out, without destroying my users' balance.
I have it running on 8.x on my forum (production) and 7.4.x on my test local dev box.klingklang wrote: Tue Jul 11, 2023 7:59 am EDIT: I got it to work with PHP 7.4. 8.x won't work though
I'm planning to release it this month along with leonardo.ai text-to-image generation support.amorino wrote: Thu Jul 13, 2023 7:04 pm 1- any news to reduce the quote text ? like adding a new btn to quote only 1st line of answer
You can look at the log, locate request.message JSON array and verify that all expected context is there.amorino wrote: Thu Jul 13, 2023 7:04 pm 2- I tried to change to 16k gpt-3.5-turbo-16k and raised "max_tokens": 16384, and "message_tokens": 16000,
It worked but even with quotation bot lost context. New answers have no relation with the discussion
3- Gpt told me that text-davinci-003 is more powerful, is there a chance to integrate it oin your module please?
Code: Select all
"request.messages": [
{
"role": "user",
"content": "Tell me a joke?"
},
{
"role": "assistant",
"content": "Why don't scientists trust atoms? Because they make up everything!"
},
...]
I do not recall doing anything special https://openai.com/blog/gpt-4-api-general-availability, you should get it by eom or perhaps email their support?amorino wrote: Thu Jul 13, 2023 8:42 pm Gpt4 is not yet available for my account
Any advise to get it soonest in my list models ?
July 6, 2023...
Today all existing API developers with a history of successful payments can access the GPT-4 API with 8K context. We plan to open up access to new developers by the end of this month, and then start raising rate-limits after that depending on compute availability.
[/quote]privet.fun wrote: Fri Jul 14, 2023 12:46 am Today all existing API developers with a history of successful payments can access the GPT-4 API with 8K context. We plan to open up access to new developers by the end of this month, and then start raising rate-limits after that depending on compute availability.
Code: Select all
{
"api_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"url_chat": "https://api.openai.com/v1/chat/completions",
"model": "gpt-3.5-turbo",
"temperature": 0.2,
"max_tokens": 4096,
"message_tokens": 2048,
"top_p": 1,
"frequency_penalty": 0.8,
"presence_penalty": 0.8,
"prefix": "",
"prefix_tokens": 0
}
You can see list of available for your account models at Playground https://platform.openai.com/playground, select Chat and then select desired model.amorino wrote: Fri Jul 14, 2023 9:33 am Here are models I see (see image)
What setting did you put for the GPT 4?
I found gpt-3.5-turbo and 3.5-turbo-16kprivet.fun wrote: Fri Jul 14, 2023 3:53 pmYou can see list of available for your account models at Playground https://platform.openai.com/playground, select Chat and then select desired model.amorino wrote: Fri Jul 14, 2023 9:33 am Here are models I see (see image)
What setting did you put for the GPT 4?
You can switch to gpt-4 by replacing gpt-3.5-turbo with gpt-4 in your settings.
Check stats under your account https://platform.openai.com/account/usage to see what models you are using, how many tokens and what are the costs, just keep in mind that usage stats lagging some 10-15mins behind.
Cost of using gpt-4 may be unpleasant surprise, keep that in mind.
Changing setting very straightforward, you just need to update model name and mode maximum allowed tokens:amorino wrote: Fri Jul 14, 2023 7:26 pm what settings do you advise for a better results 3.5-turbo-16k as I don't have the 4 for now ?
Sorry, I have no idea.
Could you try to change these settings :nikk106 wrote: Mon Jul 31, 2023 2:36 am Hello privet.fun,
Tried many times with different usernames and different forums. Every time I get an error message. What am I doing wrong?
Pict-1.png
Pict-2.png
I'm using
php version 8.2.8
phpBB 3.3.10
mysql ver 8.0.33
Code: Select all
"prefix": "", "prefix_tokens": 0
Tried it, same result. Still getting the error message "Please select at least one forum". The extension doesn't seem to see my forums at all.amorino wrote: Mon Jul 31, 2023 3:12 amCould you try to change these settings :nikk106 wrote: Mon Jul 31, 2023 2:36 am Hello privet.fun,
Tried many times with different usernames and different forums. Every time I get an error message. What am I doing wrong?
Pict-1.png
Pict-2.png
I'm using
php version 8.2.8
phpBB 3.3.10
mysql ver 8.0.33Code: Select all
"prefix": "", "prefix_tokens": 0