This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
How to use session token to authentication in V1? #1413
-
I found a session token on https://chat.openai.com/. But how I can use it in config to authentication in V1? There is no definition in def __init__(
self,
config: dict[str, str],
conversation_id: str | None = None,
parent_id: str | None = None,
session_client=None,
lazy_loading: bool = True,
base_url: str | None = None,
) -> None: |
Beta Was this translation helpful? Give feedback.
Answered by
acheong08
Jul 2, 2023
Replies: 2 comments
-
But in wiki I found definition for session_token:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The wiki is outdated. Email/password or access token is recommended. Session token expires faster than access token while being less reliable |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wrld-builder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The wiki is outdated. Email/password or access token is recommended.
Session token expires faster than access token while being less reliable