Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 576 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 576 Bytes

Chatbots

In this session we will program a chatbot that can answer basics bio-image analysis questions.

Installation

We need to install openai for this:

mamba install openai=1.5.0 -c conda-forge

If you plan to use ollama for running LLMs locally, please install it as explained here and download a model like this:

´´´ ollama run gemma ´´´

For the exercise building a graphical user interface, we also need to install voila:

mamba install voila -c conda-forge