Skip to content

Commit

Permalink
Implement Automatic Model List Retrieval for SiliconCloud LLM API Node (
Browse files Browse the repository at this point in the history
#135)

* Add dynamic model list updating for SiliconCloudLLMAPI

* Refactor SiliconCloudLLMAPI model fetching and improve prompt handling

* Fix pre-commit formatting

* Add filter for text/chat models and switch to async request using aiohttp

* Update BizyAir SiliconCloud LLM API node docs and BizyAirControlNetUnionWorkflow

* delete .prettierrc configuration file
  • Loading branch information
lcolok authored Oct 16, 2024
1 parent 8160c4c commit daa35e6
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 180 deletions.
Binary file modified docs/docs/ai-assistants/imgs/siliconcloud-llm-api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions docs/docs/ai-assistants/introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@

The ☁️BizyAir SiliconCloud LLM API node is a cloud-based AI assistant that provides a set of APIs to help you build conversational interfaces.

This node offers five Large Langauge Models, including two completely free models.
### Key Features:

The default system prompt is designed to enhance the prompt setting.
1. **Dynamic Models List**: The node automatically fetches and displays a list of all Large Language Models (LLMs) available in your SiliconCloud account. This ensures you always have the most up-to-date options to choose from.

![](./imgs/siliconcloud-llm-api.png)
2. **User-Controlled Model Selection**: While the list is dynamically updated, you retain full control over which model to use for your specific needs.

You also have the freedom to set other system prompts for specific tasks.
3. **Default Prompt Enhancement**: The default system prompt is designed to enhance your prompt setting experience.

4. **Customizable System Prompts**: You have the freedom to set other system prompts for specific tasks, allowing for flexible use across various applications.

For the most current information on available models and pricing, please refer to the official SiliconFlow website: https://siliconflow.cn/pricing

![](./imgs/siliconcloud-llm-api.png)

## ☁️BizyAir Joy Caption

Expand Down
Loading

0 comments on commit daa35e6

Please sign in to comment.