-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local-ai-cc: adjust some things #5924
base: main
Are you sure you want to change the base?
Conversation
szaimen
commented
Jan 20, 2025
•
edited
Loading
edited
- For Switch to webUI szaimen/aio-local-ai#48
- Needs dont load models from config file anymore szaimen/aio-local-ai#55
Signed-off-by: Simon L. <[email protected]>
c7392d4
to
7ef2f07
Compare
"php /var/www/html/occ app:install integration_openai", | ||
"php /var/www/html/occ app:enable integration_openai", | ||
"php /var/www/html/occ config:app:set integration_openai url --value http://nextcloud-aio-local-ai:8080", | ||
"php /var/www/html/occ config:app:set integration_openai url --value http://nextcloud-aio-local-ai:8000", | ||
"php /var/www/html/occ config:app:set integration_openai api_key --value $LOCAL_AI_API_KEY", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not going to work for now... Needs #3889
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- url: github:mudler/LocalAI/blob/master/gallery/stablediffusion.yaml | ||
name: Stable_diffusion | ||
``` | ||
- After the container was started the first time, you can open `http://ip.address.of.server:8000` and log in with the api key that you can retrieve when running... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the problem is that it uses http and not https... so this needs to be proxied anyway...