Skip to content

Commit

Permalink
update Keras instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Barqawiz committed Mar 2, 2024
1 parent d7cfa7a commit a1caeb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ wrapper = RemoteImageModel(your_api_key, provider)
results = wrapper.generate_images(image_input)
```

# The Repository Setup
## Keras Agent
Load gemma or mistral models offline using keras agent, [check the docs](https://docs.intellinode.ai/docs/python/flows/kagent).

# Repository Setup
1. Install the requirements.
```shell
pip install -r requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions intelli/.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ REPLICATE_API_KEY=
MISTRAL_API_KEY=
INTELLI_ONE_KEY=
GEMINI_API_KEY=
KAGGLE_USERNAME=
KAGGLE_API_KEY=

0 comments on commit a1caeb1

Please sign in to comment.