comparison README.md @ 4:3803ed45745c draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chatgpt commit 81bb45731241a082de7b44430afc97a8491a9e47
author bgruening
date Wed, 07 Jan 2026 13:00:53 +0000
parents 430ece17fc20
children
comparison
equal deleted inserted replaced
3:430ece17fc20 4:3803ed45745c
4 4
5 This tool leverages OpenAI's ChatGPT API to generate responses based on user-provided context and prompt. 5 This tool leverages OpenAI's ChatGPT API to generate responses based on user-provided context and prompt.
6 Users can upload context data in various formats and ask questions or execute prompts related to that data. 6 Users can upload context data in various formats and ask questions or execute prompts related to that data.
7 The tool then uploads the data to a OpenAI server and processes them using the selected ChatGPT model, returning an AI-generated response tailored to the context provided. 7 The tool then uploads the data to a OpenAI server and processes them using the selected ChatGPT model, returning an AI-generated response tailored to the context provided.
8 8
9 To utilize this tool, users need to input their OpenAI API key in the user preferences. To obtain an API key, visit https://platform.openai.com/account/api-keys. 9 To utilize this tool, users need to input their OpenAI API key in the credentials section. To obtain an API key, visit https://platform.openai.com/account/api-keys.
10 10
11 Make sure to setup the payment method in your OpenAI account to use the API key in here: https://platform.openai.com/settings/organization/billing/ 11 Make sure to setup the payment method in your OpenAI account to use the API key in here: https://platform.openai.com/settings/organization/billing/
12 12
13 When you run this tool, your input data is sent to OpenAI's servers using your API-key. 13 When you run this tool, your input data is sent to OpenAI's servers using your API-key.
14 OpenAI's models process the data and generate a response based on the context and prompt provided. 14 OpenAI's models process the data and generate a response based on the context and prompt provided.