Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jybaek authored Apr 20, 2024
1 parent 24e3b66 commit 0db8391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This repository connects the LLM API to Slack.
It currently supports implementations using OpenAI's ChatGPT and Google's Gemini model.
The basic structure is straightforward.
When a message arrives through Slack, we generate a response using the LLM's API.
It has multimodal capabilities, enabling us to process and analyze images.

All settings are set via environment variables.
See [here](./app/config/constants.py).
Expand Down Expand Up @@ -44,7 +45,7 @@ uvicorn app.main:app --reload
This command will run the application based on the app object in the main module of the app package.
You can use the `--reload` option to automatically reload the application when file changes are detected.

![image](https://github.com/jybaek/llm-with-slack/assets/10207709/8b2b6740-b2e8-4648-86e2-e247a203c542)
![image](https://github.com/jybaek/llm-with-slack/assets/10207709/fb235e7e-c99b-412d-8d54-765f74950794)

## Installation
1. Clone the repository:
Expand Down

0 comments on commit 0db8391

Please sign in to comment.