bia-bob icon indicating copy to clipboard operation
bia-bob copied to clipboard

BIA Bob is a Jupyter+LLM-based assistant for interacting with image data and for working on Bio-image Analysis tasks.

Results 43 bia-bob issues
Sort by recently updated
recently updated
newest added

... could be an alternative to #26 and #88 https://help.openai.com/en/articles/8673914-gpts-vs-assistants

pycharm keeps complaining that we do not have a requirements.txt file. We do have the setup.cfg though... Is it best practice to maybe also have a requirements.txt file?

The online version of chatGPT does now also include web-searches with BING and is reading information from websites. I wonder whether the API version also does this? - https://www.reddit.com/r/bing/comments/12u9iq2/is_there_a_bing_chat_api_that_you_can_currently/ -...

enhancement
question

This is an attempt to implement #86 but it seems to not work. https://github.com/haesleinhuepf/bia-bob/blob/e2f5094d7b43424761cde97903fe828d7cc7b299/demo/demo_seed.ipynb As the `seed` parameter feature by OpenAI is beta, there is no hurry to make this...

we could make our results more reproducible as explained here: https://platform.openai.com/docs/guides/text-generation/reproducible-outputs

This brings back voice-recognition, this time using [whisper-mic](https://github.com/mallorbc/whisper_mic) which is based on OpenAI's whisper. This does not introduce new mandatory dependencies. I will play with this for a couple of...

Similar to the mechanism discussed in #73, we could also send dataframes to the openai server and then the chatbot should be aware of available columns. This might make it...

Error: ``` # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT

bug

Especially for gpt-4, which seems to be rather slow (https://github.com/haesleinhuepf/bia-bob/issues/65) it would be great if we would manage to somehow implement the "stream" option of getting the response to work....