Skip to content

Commit

Permalink
bump and add new endpoint use info
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Dec 5, 2024
1 parent 7f2be25 commit ed1e059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ As an example, to use the OpenAI API, you must have an OpenAI API key.
If your decompiler does not have access to the `OPENAI_API_KEY` environment variable, then you must use the decompiler option from
DAILA to set the API key.

In `Settings`, you can also add/use any OpenAI-based LLM endpoint, like using Llama2.

Currently, DAILA supports the following prompts:
- Summarize a function
- Rename variables
Expand Down
2 changes: 1 addition & 1 deletion dailalib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.14.0"
__version__ = "3.15.0"

import os
# stop LiteLLM from querying at all to the remote server
Expand Down

0 comments on commit ed1e059

Please sign in to comment.