-
Add a summary for the transcription in the front matter.
Open questions:
- GPT3.5 is ideal, but open to exploring other summary engines.
-
The README does not document all inputs that this GitHub Action supports, e.g. `openai_heavy_model`, which is an important setting that allows users to switch between GPT3.5 and GPT4.
-
Hey!
Thanks for the awesome project. It would be really cool if this bot could optionally embed messages and store them in something like Chroma.
Then doing `!gptbot ask What is the meaning of …
-
Hi, I recently tried to use the hook. It posts successfully but the event stream is empty? gpt3.5 and gpt4, Thanks and sorry for the short description ( seems to be an issue coming from the openai api…
-
Two of the major cloud providers are about to release cloud-native FizzBuzz clones that are API-compatible with our stuff. Looks like they're using a lot of our open-core components in their backends.…
-
Would it be possible to do a mem-style feature by utilizing search first within the vault then sending the relevant results as part of the prompt to gpt3?
-
Links such as https://the-eye.eu/public/AI/gptneo-release/GPT3_XL/ are currently broken. Any alternative download site?
-
Switch button to toggle between GPT3 and GPT4 missing today
**Description:**
Today, I noticed that the switch button used to toggle between GPT3 and GPT4 has disappeared when I attempt to create…
-
```
const tokenizer = new GPT3Tokenizer({ type: 'gpt3' });
tokenizer.encode('toString')
```
will fail. This is because `tokenizer.bpe('toString')` returns the javascript function `toString()` in…
-
Fatal error: Uncaught Error: Class "Zend\Diactoros\StreamFactory" not found in C:\OpenServerNew\domains\gpt3-client\vendor\zelenin\http-client\src\ClientFactory.php:
I have such a problem, how to…