Giter Site home page Giter Site logo

samuraigpt / open-custom-gpt Goto Github PK

View Code? Open in Web Editor NEW
1.5K 1.5K 280.0 48 KB

Create Custom GPT and add/embed on your site using Assistants api

Home Page: https://customgpt.thesamur.ai

License: MIT License

JavaScript 98.32% CSS 1.68%
aichatbot assistant-api chatbot chatbots chatgpt chatgpt-plugins custom-gpt customgpt gpt gpt-3 gpt-4 gpt3 gpt4 gpts langchain no-code openai openai-chatbot openai-chatgpt

open-custom-gpt's People

Contributors

anil-matcha avatar shrey1509 avatar vadootvpeer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

open-custom-gpt's Issues

suggestion - sample to programmatically update knowledge base

I customized my openapi gpt with some data - then hit a wall when I wanted to programatically update the knowledge base. perhaps the sample would be fit a lot of users - use-case for using this repo too.

How can this be done with this repo?
I guess there's many options - do we have to use pinecone? or is there a way to do a custom scheduled tasks to replace a file?
Screenshot from 2024-01-24 10-12-18

I guess thinking out loud - I kind of want a page - admin panel that just helps with this kind of steps - or spoon feeds user on this use case.

Deploy in Vercel?

Great app! Thank you for sharing this in the community.

Is there instruction on how to deploy this using Vercel?

Replit code

is it possible to have the code that can run in replit? Then I can also create the readme for the replit version, but a code that is working properly is essential obv

Adding an upload button

I miss an upload button in the chat UI. I would like to see this button and the function to upload files and that the AI can analyse those files and you can chat about it to get advice or feedback for instance. I'm aware this will cost you more tokens, but due to extra functionality you can calculate this in and take that into account when you would like to monetize it. 😁

Issues running npm run start or npm start

I get an error while running the application in a production environment on my server:
(previously, I have run on the server: npm run build)
npm run start or npm start

I am attaching some screenshots.
Screenshot 2024-01-15 at 00 17 29
Screenshot 2024-01-15 at 00 17 55
Screenshot 2024-01-15 at 00 18 02

Voice Interface available

Will it be possible to create an assistant that has the voice interface enabled similar to what I can do in the mobile iOS app? I have created a custom GPT that is an AI Sales Trainer and I want to recreate it outside of the chatgpt website using the assistants API.

Hosted version of Open Custom GPT not working

The 'Hosted version of Open Custom GPT' is not working.
When entering all the information (name, instructions, file,...) and clicking on "submit" nothing happens.
There is also no field to enter the OpenAI API.

UI Enhancement

Hey the UI of the online hosted web page is not up to the mark, I can make the following changes for now:
-Centre the content for better user experience
-Creating a Home Button
-Perfecting the background
-Providing colour to the buttons

Relation to customgpt.ai ?

Sorry for the confusion, is this project similar to customgpt.ai. Or related in any way?
Is this completely free? I red something about 90usd per year, what is that for?

Way to expensive

I just made a custom GPT and looked for options to embed it into my website and found this. At first, I was happy because this was one of the only functioning things I found. Then, I looked at the pricing and found out you have to pay 90 dollars! That is way too much for something like this. If you ask me, this programmer should lower the price for something that is very slow.

API key request using other devices

Is there a way to set the API key as fixed so that external users can interact with the chat?

I've installed it and it works perfectly in Chrome; however, when I open it in another browser or device, it asks me to enter the API KEY.?

Assistants isn't loading

Hi,

downloaded a HEAD version, then npm install, insert api key, but on next screen have just create assistant so it's not list already created ones and if I click on "Create new one" I get

Application error: a client-side exception has occurred (see the browser console for more information).

In console:

Uncaught SyntaxError: redeclaration of var Audio 749-437c88a29d01f3f9.js:9:22911note: Previously declared at line 6, column 23254749-437c88a29d01f3f9.js:6:23254

ChunkLoadError: Loading chunk 749 failed.
(missing: http://127.0.0.1:3000/_next/static/chunks/749-437c88a29d01f3f9.js)
NextJS 40
j
e
e
n
t
t
promise callbackU
createFromFetch
promise callback
7950/t.createFromFetch
f
E
rb
iU
o2
oB
t
oB
C
1756
s
8261
s
4417
s
4887
s
4040
s
811
s
2019
r
r
2019
s
n

O
c

472-69984e29036e4540.js:1:3763

Have some clue, what I'am doing wrong?

Thanks

Build - OpenAI package issue - Uncaught SyntaxError: Identifier 'Audio' has already been declared

Hi,

Great projects, thanks! Was trying to do a production build of the next app, and used output:export option to provide just static files to serve via S3 (my use case allowed that, the assistant was already created and tweaked the app a little bit just to use embedded route). Anyways, was struggling after building with Uncaught SyntaxError: Identifier 'Audio' has already been declared error in the console. Found this gem:

openai/openai-node#603

FYI solved it by bumping the next package from 14.0.3 to 14.0.4 so we might do it also in the repo :)

I pay and not work

I pay with stripe, and the app not work. I need cancel my subscription now.

spanish language

I want to know how to configure it so that it speaks to me in Spanish. Ask in Spanish and answer in Spanish. I don't understand why if I ask in Spanish he answers me in English

Runtime error when trying to Submit with Actions copy-pasted to Functions

Hello, I fill the Function frame by copying and pasting a JSON API schema that works fine in my original Custom GPT, I mean from its Actions. I'm getting this error every time, whatever Function/Action I paste, so it is not possible to Submit with that code... Maybe a wrong understanding of Functions option from my side? Please kindly advise, thank you!

copy-paste issue with action code

The app keeps asking for API Key every time the page is refreshed

Hi. Thank you very much for this projects, it's very useful.

Everything works fine, but there seems to be annoying bug - every time I refresh the browser I see the form asking me to provide OpenAI key, even if I provided it before and I already have a working assistant chat.

image

Any ideas how to prevent it?

Formatting Text Response

Feature Request

  • Add various text formatting conditions or remove weird formatting returned by ChatGPT

Issue

ChatGPT will occasionally return text encased within ** to denote bolding. Would it be possible to either filter this out from the response or bold text accordingly?

Other weird formatting issues resulting from italics and other formatting. ChatGPT will return text surrounded by * on either side if it's italicized.

Additionally, some text would look better if it was allowed to appear with line and paragraph breaks.

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.