-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some warning happened and just paste the feedback.... #61
Comments
Thank you Martin for your feedback. I will look into this. |
Had solved it ...... I set the API key by setting it in the R console.
thank you very much
Martin, Chia-Hsin Liu
Phone(M):+886-9-58037473
email: b ***@***.***>***@***.***
…On Fri, Sep 15, 2023 at 10:06 PM Steven Ge ***@***.***> wrote:
Thank you Martin for your feedback. I will look into this.
Did you solved the openai key issues. I got an email regarding your
comment on the issue, but can't find here.
Perhaps you deleted it?
—
Reply to this email directly, view it on GitHub
<#61 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGHWIU62IOKRYI5VCO4IDLX2ROGPANCNFSM6AAAAAA4ZC7MA4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Just write a script and execute it at the background by nohup &
It works for me.
'''
Sys.setenv(OPEN_API_KEY = "sk-Xxxxxxx")
Sys.getenv("OPEN_API_KEY")
library(RTutor)
options(shiny.port = 7530)
run_app()
'''
Martin, Chia-Hsin Liu
Phone(M):+886-9-58037473
email: b ***@***.***>***@***.***
…On Sat, Sep 16, 2023 at 12:36 AM Chiahsin Liu ***@***.***> wrote:
Had solved it ...... I set the API key by setting it in the R console.
thank you very much
Martin, Chia-Hsin Liu
Phone(M):+886-9-58037473
email: b ***@***.***>***@***.***
On Fri, Sep 15, 2023 at 10:06 PM Steven Ge ***@***.***>
wrote:
> Thank you Martin for your feedback. I will look into this.
> Did you solved the openai key issues. I got an email regarding your
> comment on the issue, but can't find here.
> Perhaps you deleted it?
>
> —
> Reply to this email directly, view it on GitHub
> <#61 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACGHWIU62IOKRYI5VCO4IDLX2ROGPANCNFSM6AAAAAA4ZC7MA4>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error :
Warning: The
engine_id
argument ofcreate_completion()
is deprecated as of openai 0.3.0.ℹ Please use the
model
argument instead.ℹ The deprecated feature was likely used in the RTutor package.
Please report the issue to the authors.
The text was updated successfully, but these errors were encountered: