diff options
author | Raju Komati <komatiraju032@gmail.com> | 2023-04-29 11:25:24 +0200 |
---|---|---|
committer | Raju Komati <komatiraju032@gmail.com> | 2023-04-29 11:25:24 +0200 |
commit | 54b4c789a75fec5c3a92a03dfd2d93d051309651 (patch) | |
tree | 813a7dd223e9f7df3b1708fc65a58ccc87684ba6 /cocalc/readme.md | |
parent | Update README.md (diff) | |
download | gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.gz gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.bz2 gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.lz gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.xz gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.tar.zst gpt4free-54b4c789a75fec5c3a92a03dfd2d93d051309651.zip |
Diffstat (limited to '')
-rw-r--r-- | gpt4free/cocalc/readme.md (renamed from cocalc/readme.md) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cocalc/readme.md b/gpt4free/cocalc/readme.md index 04095339..f0911155 100644 --- a/cocalc/readme.md +++ b/gpt4free/cocalc/readme.md @@ -1,11 +1,10 @@ ### Example: `cocalc` <a name="example-cocalc"></a> - ```python # import library -import cocalc +from gpt4free import cocalc -cocalc.Completion.create(prompt="How are you!", cookieInput="cookieinput") ## Tutorial +cocalc.Completion.create(prompt="How are you!", cookie_input="cookieinput") ## Tutorial ``` ### How to grab cookie input |