big-AGI - Another Frontend for using LLMs like ChatGPT, others and also local ones
-
Source: https://github.com/enricoros/big-AGI
Personal AI application powered by GPT-4 and beyond, with AI personas, AGI functions, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy and gift #big-AGI-energy! Using Next.js, React, Joy.
-
Woah, I tried to package it and it was so smooth, it's done now.
If you want to give it a try, the package is in my repo and easy installer is supported.
Warning: Not Production Ready
Please note that this project is not intended for production use. It is only a project to make it possible to deploy this app on Cloudron. Deploying this app manually on Cloudron requires advanced knowledge of Linux, the Cloudron CLI, and Docker.
Using a precreated Docker Image from an external source for easy installation comes with risks. You need to trust the Image Provider if you choose this installation method.
Before proceeding with the installation, please ensure that you understand the potential risks involved and take appropriate precautions to protect your system and data.
By continuing with the installation, you acknowledge and accept full responsibility for any consequences that may arise from using this project. -
Hey, Kubernetes, you are amazing. You have also got me successfully trying these experimental applications. Thank you very much!
-
Regarding the use of a pre-built Docker image, is there any way you could have reproducible build way of creating that image?
https://reproducible-builds.org/ -
For step six in your lovely "How to" here, could you please elaborate:
- Cloudron API Acess Token - where to find it
- the Cloudron Instance Hostname - an example
- and the desired App Location (Subdomain) - another example
@girish - could you please include in the documentation how to get an API token? https://docs.cloudron.io/api.html#section/Introduction/API-Token
-
-
@LoudLemur said in big-AGI - Another Frontend for using LLMs like ChatGPT, others and also local ones:
@girish - could you please include in the documentation how to get an API token? https://docs.cloudron.io/api.html#section/Introduction/API-Token
The page already links through to https://docs.cloudron.io/profile/#api-tokens which describes how to do it.
-
@LoudLemur Thank you for your feedback and suggestions.
-
The build is already reproducable. The guide how to build is above the easy installation guide section and the Dockerfile (that builds the image) is part of the repo source. The easy installer is just an addon to the normal App package build and deployment process for those, who are not able to build and package the App themselves.
-
There is already a link to the Cloudron Documentation regarding the API Access Token. An example for the Cloudron Instance hostname is also in the config.ini already. Also for the desired App Location. Do you mean I should put it additional to the easy installer section of the README of the project?
-
-
@jdaviescoates said in big-AGI - Another Frontend for using LLMs like ChatGPT, others and also local ones:
The page already links
Thank you! I knew I had used it before for another application, but forgot where.
Anyway, I think that direct link you have there could be mentioned in @Kubernetes easy-install documentation.
Also, and I think I asked this last time, should it be read, read-write, or write only?
-
@Kubernetes said in big-AGI - Another Frontend for using LLMs like ChatGPT, others and also local ones:
Also for the desired App Location. Do you mean I should put it additional to the easy installer section of the README of the project?
Well, I thought having a worked example on the repo page along with the other instructions would be nice as well.
Thank you for all your work.
-
@LoudLemur Regarding read-write Token, please have a look again at the repo Readme, it is already there. You must have overlooked it