diff --git a/README.md b/README.md index 9d753af2..99834a42 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,6 @@ Ask questions. Get answers. ollama run orca "Write an email to my boss." ``` -### 👩‍💻 Code completion - -Sometimes you just need a little help writing code. - -``` -ollama run replit "Give me react code to render a button" -``` - ### 📖 Storytelling Venture into the unknown. diff --git a/models.json b/models.json index 4695c814..299247d1 100644 --- a/models.json +++ b/models.json @@ -11,18 +11,6 @@ "original_url": "https://huggingface.co/psmathur/orca_mini_3b", "license": "CC-BY-SA-4.0" }, - { - "name": "replit", - "display_name": "Replit Code", - "parameters": "3B", - "url": "https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b/resolve/main/ggml-replit-code-v1-3b.bin", - "short_description": "Code Completion", - "description": "This model focuses on code completion. The training mixture includes 20 different languages, listed here in descending order of number of tokens: Markdown, Java, JavaScript, Python, TypeScript, PHP, SQL, JSX, reStructuredText, Rust, C, CSS, Go, C++, HTML, Vue, Ruby, Jupyter Notebook, R, and Shell. This model binary is converted by Nomic AI with the original Replit model code before it was refactored to use MPT configurations.", - "published_by": "Nomic AI", - "original_author": "Replit, Inc.", - "original_url": "https://huggingface.co/replit/replit-code-v1-3b", - "license": "CC-BY-SA-4.0" - }, { "name": "nous-hermes", "display_name": "Nous Hermes", @@ -47,4 +35,4 @@ "original_url": "https://huggingface.co/ehartford/Wizard-Vicuna-13B-Uncensored", "license:": "GPL" } -] +] \ No newline at end of file