ChatComplete (GPT and others)
This task completes a prompt by ChatComplete with a generative transformer large language model
Description
This task completes a prompt by ChatComplete with a generative transformer large language model. You can enter a message and the assistant responds with a message.
Models
Currently we support the following models:
- GPT 3.5 Turbo - gpt-3.5-turbo: This model is provided by OpenAI. It is very effective when it comes to price-performance. It allows 8k prompt size.
 - GPT 3.5 Turbo with extended prompt lenght - gpt-3.5-turbo-16k: This model is provided by OpenAI. It is very effective when it comes to price-performance. It allows 16k prompt size.
 - GPT 4 - gpt-4: This model is provided by OpenAI. It allows 8k prompt size.
 - GPT 4 Turbo - gpt-4-turbo: This model is provided by OpenAI. It is the most capable model we currently offer. It allows 128k prompt size.
 - AnySolve v1 - gpt-as-fc-v1: This model is provided by AnySolve. It's capability can be compared to GPT 3.5 Turbo. It is hosted within the EU. [REMOVED as on 12.4.2024 due to the AI Act.]
 
[1.0.0]:
First release
| Version | AI Model | Created | Link | 
|---|---|---|---|
| 1.0.0 | gpt_3.5 | 28.03.2023 | 
API
The REST API allows you to call the tool with the same costs as when running the tool. Please generate an Personal access token before using the REST API.Parameters
- prompt (Prompt): The prompt input
 - context (Context): Allows to add context to the chat
 - engine (Execution Engine): Defines the execution engine
 - allow_plugins (Allow AnyChat plugins): Whether to allow plugins that allow ChatComplete to execute other tasks.
 - plugin_tasks (Plugin tasks): List tasks that are shown to GPT for execution.
 - show_chat (Show Chat [NOT IMPLEMENTED]): Whether to show the chat.
 - chat_id (ChatID [NOT IMPLEMENTED]): The id of the chat. Leave it empty for generating a new chat.
 
- Call the REST API by cURL
 
- Install the package with pip
 - Run in python3
 
- Coming soon: Within AnySolve ChatComplete prompts you can use the following command to execute the task:
 
Task infos
Author: AnySolve
Status: Published
Version: 1.0.0
Runs: 206 times
Favorites: 5
Average costs: 25 Credits (0.026 EUR)
Created: 28.03.2023