-
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.
handle openai sdk objects + fix
_mk_img
bug
- Loading branch information
Showing
5 changed files
with
57 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,10 @@ | |
|
||
### Installation | ||
|
||
Install the latest version from the GitHub | ||
[repository](https://github.com/AnswerDotAI/msglm): | ||
Install the latest version from pypi | ||
|
||
``` sh | ||
$ pip install git+ssh://[email protected]/AnswerDotAI/msglm.git | ||
$ pip install msglm | ||
``` | ||
|
||
## Usage | ||
|
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
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 |
---|---|---|
|
@@ -22,21 +22,17 @@ | |
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"### Installation" | ||
] | ||
"source": "### Installation" | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"Install the latest version from the GitHub [repository][repo]:\n", | ||
"Install the latest version from pypi\n", | ||
"\n", | ||
"```sh\n", | ||
"$ pip install git+ssh://[email protected]/AnswerDotAI/msglm.git\n", | ||
"```\n", | ||
"\n", | ||
"[repo]: https://github.com/AnswerDotAI/msglm" | ||
"$ pip install msglm\n", | ||
"```\n" | ||
] | ||
}, | ||
{ | ||
|