Skip to content

Commit

Permalink
Add diagram in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidValin committed Sep 30, 2024
1 parent fb2cd6e commit c49cc59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ all:
@if ! grep -q "export ASK_LLM_MODEL=" ~/.bashrc; then \
echo "export ASK_LLM_MODEL=llama3" >> ~/.bashrc; \
fi
@if ! grep -q "export ASK_USE_MTLS=" ~/.bashrc; then \
echo "export ASK_USE_MTLS=false" >> ~/.bashrc; \
@if ! grep -q "export ASK_MTLS=" ~/.bashrc; then \
echo "export ASK_MTLS=false" >> ~/.bashrc; \
fi
@if ! grep -q "export ASK_MTLS_CERT_KEY=" ~/.bashrc; then \
echo "export ASK_MTLS_CERT_KEY=false" >> ~/.bashrc; \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Allows you to enter prompt input directly inline in the terminal, or reading from a text file
* Saves code files created by ai agents into files.

![ai ask screenshot](https://github.com/DavidValin/ai-ask/raw/main/ai-ask-screenshot.jpg)

### Commands:

* `ask <prompt to ask ai agent>` Ask an inline prompt and get the output text in screen and audio playback
Expand Down
Binary file added ai-ask-screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c49cc59

Please sign in to comment.