-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Kranium2002/add_improved_context
Add improved context
- Loading branch information
Showing
5 changed files
with
57 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "optimizeai" | ||
version = "0.1.4" | ||
version = "0.2.0" | ||
description = "OptimAI is a powerful Python module designed to optimize your code by analyzing its performance and providing actionable suggestions. It leverages a large language model (LLM) to give you detailed insights and recommendations based on the profiling data collected during the execution of your code." | ||
authors = ["Vidhu Mathur <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -17,7 +17,7 @@ perfwatch = "^1.3.2" | |
py-context = "^0.3.1" | ||
requests = "^2.32.3" | ||
transformers = "^4.41.2" | ||
google-generativeai = "^0.6.0" | ||
google-generativeai = "^0.7.1" | ||
dspy = "^0.1.5" | ||
anthropic = "^0.28.1" | ||
torch = "^2.3.1" | ||
|