Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 78f3b42

Browse files
committed
update faqs to dropdown
1 parent c02326e commit 78f3b42

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

docs/docs/new/faq.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,30 @@ title: FAQs
33
slug: /faq
44
---
55

6-
### 1. Is Nitro the same as Llama.cpp with an API server?
6+
<details>
7+
<summary>1. Is Nitro the same as Llama.cpp with an API server?</summary>
78

89
Yes, that's correct. However, Nitro isn't limited to just Llama.cpp; it will soon integrate multiple other models like Whisper, Bark, and Stable Diffusion, all in a single binary. This eliminates the need for you to develop a separate API server on top of AI models. Nitro is a comprehensive solution, designed for ease of use and efficiency.
910

10-
### 2. Is Nitro simply Llama-cpp-python?
11+
</details>
12+
13+
<details>
14+
<summary>2. Is Nitro simply Llama-cpp-python?</summary>
1115

1216
Indeed, Nitro isn't bound to Python, which allows you to leverage high-performance software that fully utilizes your system's capabilities. With Nitro, learning how to deploy a Python web server or use FastAPI isn't necessary. The Nitro web server is already fully optimized.
1317

14-
### 3. Why should I switch to Nitro over Ollama?
18+
</details>
19+
20+
<details>
21+
<summary>3. Why should I switch to Nitro over Ollama?</summary>
1522

1623
While Ollama does provide similar functionalities, its design serves a different purpose. Ollama has a larger size (around 200MB) compared to Nitro's 3MB distribution. Nitro's compact size allows for easy embedding into subprocesses, ensuring minimal concerns about package size for your application. This makes Nitro a more suitable choice for applications where efficiency and minimal resource usage are key.
1724

18-
### 4. Why is the model named "chat-gpt-3.5"?
25+
</details>
26+
27+
<details>
28+
<summary>4. Why is the model named "chat-gpt-3.5"?</summary>
29+
30+
Many applications implement the OpenAI ChatGPT API, and we want Nitro to be versatile for any AI client. While you can use any model name, we've ensured that if you're already using the chatgpt API, switching to Nitro is seamless. Just replace api.openai.com with localhost:3928 in your client settings (like Chatbox, Sillytavern, Oobaboga, etc.), and it will work smoothly with Nitro.
1931

20-
Many applications implement the OpenAI ChatGPT API, and we want Nitro to be versatile for any AI client. While you can use any model name, we've ensured that if you're already using the chatgpt API, switching to Nitro is seamless. Just replace api.openai.com with localhost:3928 in your client settings (like Chatbox, Sillytavern, Oobaboga, etc.), and it will work smoothly with Nitro.
32+
</details>

0 commit comments

Comments
 (0)