JackBekket

Results 11 issues of JackBekket

I m looking to way to reset current dialog context with ChatGPT I've found a way to do it using openAI Python library ``` response = openai.Completion.create( engine="davinci", prompt="Hello, how...

``` Making all in doc make[1]: вход в каталог «/home/jack/neo/neo-0.6.1/doc» make[1]: Цель «all» не требует выполнения команд. make[1]: выход из каталога «/home/jack/neo/neo-0.6.1/doc» Making all in src make[1]: вход в каталог...

**Is your feature request related to a problem? Please describe.** As of now, the openai chatGPT API in the sashabaranov/go-openai project only supports a hardcoded end-point. This limitation restricts the...

enhancement

Hey, I've made telegram bot which work with local-ai, and would like to see it in examples section https://github.com/JackBekket/UncensoredGPT_tgbot/tree/master

enhancement

How can I get a full MRZ string from a passport image? I am using https://github.com/JackBekket/passport-reader-python/tree/master which work with PassportEye How can I get whole MRZ as string?

I am trying to make context-aware chat, which would work with both openAI and LocalAI (https://github.com/mudler/LocalAI) I have this code: ```go session, err := InitializeNewChatWithContextNoLimit(token,model_name,"localai") if err != nil {...

It would be very nice to see if we could have a demo example of working with pubsub mechanism in this repo 🤞 For example it could be some simple...

old `*.vmt` files can have info about material `surfaceprop` like this: ``` "$surfaceprop" "concrete" ``` which can be write in new `*.vmat` file like ``` SystemAttributes { PhysicsSurfaceProperties "prop.concrete" }...

Make `gpt3.NewClient(api_key)` return client and error if there is an auth error

**LocalAI version:** latest **Environment, CPU architecture, OS, and Version:** Ubuntu 25 **Describe the bug** install.sh failing when trying to install CUDA drivers. I guess issue is here: ``` # ref:...

bug
unconfirmed