Skip to content

Commit

Permalink
updated faq
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 15, 2024
1 parent 043b48f commit 5d0f4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ keywords: AI, script generation, performance, best practices, limitations
The specific installation steps are documented here: [Installation](/genaiscript/getting-started/installation)

- **Do I need to install Node.JS?**
Some features like the Command Line or vector databases use Node.JS. To install it, follow the [installation instructions](/genaiscript/reference/cli/).
Yes. To install it, follow the [installation instructions](/genaiscript/reference/cli/).

- **Can I use GenAIScript in IDEs other than VS Code?**
Currently, GenAIScript is integrated with VS Code, but it can be written in any IDE. The VS Code extension, however, provides additional support for creating and debugging scripts.
Currently, GenAIScript is integrated with VS Code, but it can be written in any IDE. The VS Code extension, however, provides additional support for creating and debugging scripts. Although not thoroughly tested, you can use GenAIScript in VS Code variants like Cursor.

- **What are foundation models and LLMs in the context of GenAIScript?**
Foundation models and LLMs (Large Language Models) are AI models that GenAIScript can interact with to perform tasks like generating text or processing information.
Expand Down

0 comments on commit 5d0f4dc

Please sign in to comment.