diff --git a/README.md b/README.md index 19942cc9..d77994c9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Also check our sibling project, [OllamaHub](https://ollamahub.com/), where you c - ✒️🔢 **Full Markdown and LaTeX Support**: Elevate your LLM experience with comprehensive Markdown and LaTeX capabilities for enriched interaction. -- 📜 **Prompt Preset Support**: Instantly access preset prompts using the '/' command in the chat input. Load predefined conversation starters effortlessly and expedite your interactions. Seamlessly edit variables by pressing 'tab' for enhanced control and flexibility. +- 📜 **Prompt Preset Support**: Instantly access preset prompts using the '/' command in the chat input. Load predefined conversation starters effortlessly and expedite your interactions. Effortlessly import prompts through [OllamaHub](https://ollamahub.com/) integration. - 📥🗑️ **Download/Delete Models**: Easily download or remove models directly from the web UI. diff --git a/backend/start.sh b/backend/start.sh old mode 100644 new mode 100755 index 9fb1f576..ba68207e --- a/backend/start.sh +++ b/backend/start.sh @@ -1 +1,3 @@ -uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*' \ No newline at end of file +#!/usr/bin/env bash + +uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'