Mercurial > repos > goeckslab > chatanalysis
comparison chat_analysis.xml @ 6:1ee654186809 draft
planemo upload for repository https://github.com/goeckslab/ChatAnalysis commit 8da37a699458454bcb1ce336754404206485b0ff
author | goeckslab |
---|---|
date | Sat, 17 May 2025 03:18:43 +0000 |
parents | 569f6683ef2d |
children | ea1c4179b2b9 |
comparison
equal
deleted
inserted
replaced
5:569f6683ef2d | 6:1ee654186809 |
---|---|
1 <tool id="interactive_tool_chat_analysis" tool_type="interactive" name="Chat with your data" version="0.2.1"> | 1 <tool id="interactive_tool_chat_analysis" tool_type="interactive" name="Chat with your data" version="0.2.2"> |
2 <icon src="datachat.png" /> | |
3 <description>Use natural language to work with and analyze your data</description> | |
2 <requirements> | 4 <requirements> |
3 <container type="docker"> | 5 <container type="docker"> |
4 quay.io/goeckslab/chatanalysis:release | 6 quay.io/goeckslab/chatanalysis:release |
5 </container> | 7 </container> |
6 </requirements> | 8 </requirements> |
31 "$openai_api_key_file" | 33 "$openai_api_key_file" |
32 "$groq_api_key_file" | 34 "$groq_api_key_file" |
33 "$chat_history" | 35 "$chat_history" |
34 "./generated_files" | 36 "./generated_files" |
35 "$input_dataset" | 37 "$input_dataset" |
36 "$input_dataset.ext" | 38 "$input_dataset.ext" |
37 --browser.gatherUsageStats false && | 39 --browser.gatherUsageStats false && |
38 echo "Streamlit finished" && | 40 echo "Streamlit finished" && |
39 echo "working dir now: '.' " | 41 echo "working dir now: '.' " |
40 | 42 |
41 ]]> | 43 ]]> |
77 Similarly, to set the Groq API key beforehand, navigate to **User → Preferences → Manage Information → Groq → API Key**. | 79 Similarly, to set the Groq API key beforehand, navigate to **User → Preferences → Manage Information → Groq → API Key**. |
78 | 80 |
79 Alternatively, you can set the API key directly in the ChatAnalysis instance after it has started. | 81 Alternatively, you can set the API key directly in the ChatAnalysis instance after it has started. |
80 </help> | 82 </help> |
81 </tool> | 83 </tool> |
82 | |
83 |