diff --git a/404.html b/404.html index 483c082217..7c01ecb19c 100644 --- a/404.html +++ b/404.html @@ -6,13 +6,13 @@ Page Not Found | Open Assistant - +
Skip to main content

Page Not Found

We could not find what you were looking for.

Please contact the owner of the site that linked you to the original URL and let them know their link is broken.

- + \ No newline at end of file diff --git a/api.html b/api.html index 7e7e30904e..4dfe839ac7 100644 --- a/api.html +++ b/api.html @@ -6,13 +6,13 @@ Request Task | Open Assistant - +
Skip to main content

Request Task

Create new task.

Request Body REQUIRED
type TaskRequestType

Possible values: [random, summarize_story, rate_summary, initial_prompt, prompter_reply, assistant_reply, rank_initial_prompts, rank_prompter_replies, rank_assistant_replies, label_initial_prompt, label_assistant_reply, label_prompter_reply]

An enumeration.

user object
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

collective Collective
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/auth-check.html b/api/auth-check.html index 66cec83eca..a6f9a280b0 100644 --- a/api/auth-check.html +++ b/api/auth-check.html @@ -6,13 +6,13 @@ Auth Check | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/callback-debug.html b/api/callback-debug.html index 7094ae5660..573fcff656 100644 --- a/api/callback-debug.html +++ b/api/callback-debug.html @@ -6,13 +6,13 @@ Callback Debug | Open Assistant - +
Skip to main content

Callback Debug

Login using a debug username, which the system will accept unconditionally.

Query Parameters
code Code REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
access_token object
access_token Access Token
token_type Token Type
refresh_token object
access_token Access Token
token_type Token Type
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/callback-discord.html b/api/callback-discord.html index 02c7bdd720..c1f6a0f1a8 100644 --- a/api/callback-discord.html +++ b/api/callback-discord.html @@ -6,13 +6,13 @@ Callback Discord | Open Assistant - +
Skip to main content

Callback Discord

Callback Discord

Responses
200

Successful Response

Schema OPTIONAL
access_token object
access_token Access Token
token_type Token Type
refresh_token object
access_token Access Token
token_type Token Type
- + \ No newline at end of file diff --git a/api/callback-github.html b/api/callback-github.html index f47820307d..4f7b7818c7 100644 --- a/api/callback-github.html +++ b/api/callback-github.html @@ -6,13 +6,13 @@ Callback Github | Open Assistant - +
Skip to main content

Callback Github

Callback Github

Responses
200

Successful Response

Schema OPTIONAL
access_token object
access_token Access Token
token_type Token Type
refresh_token object
access_token Access Token
token_type Token Type
- + \ No newline at end of file diff --git a/api/callback-google.html b/api/callback-google.html index 1b45bda827..a629b6ad77 100644 --- a/api/callback-google.html +++ b/api/callback-google.html @@ -6,13 +6,13 @@ Callback Google | Open Assistant - +
Skip to main content

Callback Google

Callback Google

Responses
200

Successful Response

Schema OPTIONAL
access_token object
access_token Access Token
token_type Token Type
refresh_token object
access_token Access Token
token_type Token Type
- + \ No newline at end of file diff --git a/api/check-user-auth.html b/api/check-user-auth.html index a8cbcbf58b..212e25f70e 100644 --- a/api/check-user-auth.html +++ b/api/check-user-auth.html @@ -6,13 +6,13 @@ Check User Auth | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/close-collective-task.html b/api/close-collective-task.html index 2852d5ed42..200eca6480 100644 --- a/api/close-collective-task.html +++ b/api/close-collective-task.html @@ -6,13 +6,13 @@ Close Collective Task | Open Assistant - +
Skip to main content

Close Collective Task

Close Collective Task

Request Body REQUIRED
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid OPTIONAL
type Type OPTIONAL

Possible values: [task_done]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/create-api-client.html b/api/create-api-client.html index 347a0988a2..47d1e7960d 100644 --- a/api/create-api-client.html +++ b/api/create-api-client.html @@ -6,13 +6,13 @@ Create Api Client | Open Assistant - +
Skip to main content

Create Api Client

Create Api Client

Request Body REQUIRED
description Description REQUIRED
frontend_type Frontend Type REQUIRED
trusted Trusted
admin_email Admin Email
Responses
200

Successful Response

Schema OPTIONAL
string
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/create-assistant-message.html b/api/create-assistant-message.html index 6795e4071b..46e3b6ba45 100644 --- a/api/create-assistant-message.html +++ b/api/create-assistant-message.html @@ -6,13 +6,13 @@ Create Assistant Message | Open Assistant - +
Skip to main content

Create Assistant Message

Allows the client to stream the results of a request.

Path Parameters
chat_id Chat Id REQUIRED
Request Body REQUIRED
parent_id Parent Id REQUIRED
model_config_name Model Config Name REQUIRED
sampling_parameters object
top_k Top K
top_p Top P
typical_p Typical P
temperature Temperature
repetition_penalty Repetition Penalty
max_new_tokens Max New Tokens
plugins object[]
url Url REQUIRED
enabled Enabled
plugin_config object
schema_version Schema Version REQUIRED
name_for_model Name For Model REQUIRED
name_for_human Name For Human REQUIRED
description_for_human Description For Human REQUIRED
description_for_model Description For Model REQUIRED
api object REQUIRED
type Type REQUIRED
url Url REQUIRED
has_user_authentication Has User Authentication
is_user_authenticated Is User Authenticated
auth object REQUIRED
type Type REQUIRED
logo_url Logo Url
contact_email Contact Email
legal_info_url Legal Info Url
endpoints object[]
path Path REQUIRED
type Type REQUIRED
summary Summary REQUIRED
operation_id Operation Id REQUIRED
url Url REQUIRED
params object[] REQUIRED
name Name REQUIRED
in_ In REQUIRED
description Description REQUIRED
required Required REQUIRED
schema_ Schema
payload object
trusted Trusted
used_plugin object
name Name
url Url
trusted Trusted
execution_details object REQUIRED
inner_monologue string[] REQUIRED
final_tool_output Final Tool Output REQUIRED
final_prompt Final Prompt REQUIRED
final_generation_assisted Final Generation Assisted REQUIRED
achieved_depth Achieved Depth
error_message Error Message
status Status REQUIRED

Possible values: [success, failure]

Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/create-chat.html b/api/create-chat.html index 690aeb3bab..66ffa3bd40 100644 --- a/api/create-chat.html +++ b/api/create-chat.html @@ -6,13 +6,13 @@ Create Chat | Open Assistant - +
Skip to main content

Create Chat

Allows a client to create a new chat.

Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/create-frontend-user.html b/api/create-frontend-user.html index 9ca6681ca5..9b9753a9c8 100644 --- a/api/create-frontend-user.html +++ b/api/create-frontend-user.html @@ -6,13 +6,13 @@ Create Frontend User | Open Assistant - +
Skip to main content

Create Frontend User

Create Frontend User

Request Body REQUIRED
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

show_on_leaderboard Show On Leaderboard
enabled Enabled
tos_acceptance Tos Acceptance
notes Notes
Responses
200

Successful Response

Schema OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/create-prompter-message.html b/api/create-prompter-message.html index 5e9908d748..572c33858e 100644 --- a/api/create-prompter-message.html +++ b/api/create-prompter-message.html @@ -6,13 +6,13 @@ Create Prompter Message | Open Assistant - +
Skip to main content

Create Prompter Message

Adds a prompter message to a chat.

Path Parameters
chat_id Chat Id REQUIRED
Request Body REQUIRED
parent_id Parent Id
content Content REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/create-worker.html b/api/create-worker.html index d8ee84eafa..ec3aad3958 100644 --- a/api/create-worker.html +++ b/api/create-worker.html @@ -6,13 +6,13 @@ Create Worker | Open Assistant - +
Skip to main content

Create Worker

Allows a client to register a worker.

Request Body REQUIRED
name Name REQUIRED
trusted Trusted
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/delete-chat.html b/api/delete-chat.html index 1ddf5237a1..f9485da407 100644 --- a/api/delete-chat.html +++ b/api/delete-chat.html @@ -6,13 +6,13 @@ Delete Chat | Open Assistant - +
Skip to main content

Delete Chat

Delete Chat

Path Parameters
chat_id Chat Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/delete-user-1.html b/api/delete-user-1.html index 98d6818b3b..db054cd94b 100644 --- a/api/delete-user-1.html +++ b/api/delete-user-1.html @@ -6,13 +6,13 @@ Delete User | Open Assistant - +
Skip to main content

Delete User

Delete User

Path Parameters
user_id User Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/delete-user.html b/api/delete-user.html index 1620dd87b7..51e87e8682 100644 --- a/api/delete-user.html +++ b/api/delete-user.html @@ -6,14 +6,14 @@ Delete User | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/delete-worker.html b/api/delete-worker.html index 1155d33607..cb573e6ac1 100644 --- a/api/delete-worker.html +++ b/api/delete-worker.html @@ -6,13 +6,13 @@ Delete Worker | Open Assistant - +
Skip to main content

Delete Worker

Deletes a worker.

Path Parameters
worker_id Worker Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-available-auth-providers.html b/api/get-available-auth-providers.html index 9b8e6a2ed4..758735db10 100644 --- a/api/get-available-auth-providers.html +++ b/api/get-available-auth-providers.html @@ -6,13 +6,13 @@ Get Available Auth Providers | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/get-backend-settings-full.html b/api/get-backend-settings-full.html index 0624b9d07f..160af43701 100644 --- a/api/get-backend-settings-full.html +++ b/api/get-backend-settings-full.html @@ -6,13 +6,13 @@ Get Backend Settings Full | Open Assistant - +
Skip to main content

Get Backend Settings Full

Get Backend Settings Full

Responses
200

Successful Response

Schema OPTIONAL
PROJECT_NAME Project Name OPTIONAL
API_V1_STR Api V1 Str OPTIONAL
OFFICIAL_WEB_API_KEY Official Web Api Key OPTIONAL
AUTH_INFO binary OPTIONAL
AUTH_SALT binary OPTIONAL
AUTH_LENGTH Auth Length OPTIONAL
AUTH_SECRET binary OPTIONAL
AUTH_COOKIE_NAME Auth Cookie Name OPTIONAL
AUTH_ALGORITHM Auth Algorithm OPTIONAL
AUTH_ACCESS_TOKEN_EXPIRE_MINUTES Auth Access Token Expire Minutes OPTIONAL
AUTH_DISCORD_CLIENT_ID Auth Discord Client Id OPTIONAL
AUTH_DISCORD_CLIENT_SECRET Auth Discord Client Secret OPTIONAL
POSTGRES_HOST Postgres Host OPTIONAL
POSTGRES_PORT Postgres Port OPTIONAL
POSTGRES_USER Postgres User OPTIONAL
POSTGRES_PASSWORD Postgres Password OPTIONAL
POSTGRES_DB Postgres Db OPTIONAL
DATABASE_URI uri OPTIONAL

Possible values: 1 ≤ length ≤ 65536

DATABASE_MAX_TX_RETRY_COUNT Database Max Tx Retry Count OPTIONAL
RATE_LIMIT Rate Limit OPTIONAL
MESSAGE_SIZE_LIMIT Message Size Limit OPTIONAL
REDIS_HOST Redis Host OPTIONAL
REDIS_PORT Redis Port OPTIONAL
DEBUG_USE_SEED_DATA Debug Use Seed Data OPTIONAL
DEBUG_USE_SEED_DATA_PATH file-path OPTIONAL
DEBUG_ALLOW_SELF_LABELING Debug Allow Self Labeling OPTIONAL
DEBUG_ALLOW_SELF_RANKING Debug Allow Self Ranking OPTIONAL
DEBUG_ALLOW_DUPLICATE_TASKS Debug Allow Duplicate Tasks OPTIONAL
DEBUG_SKIP_EMBEDDING_COMPUTATION Debug Skip Embedding Computation OPTIONAL
DEBUG_SKIP_TOXICITY_CALCULATION Debug Skip Toxicity Calculation OPTIONAL
DEBUG_DATABASE_ECHO Debug Database Echo OPTIONAL
DEBUG_IGNORE_TOS_ACCEPTANCE Debug Ignore Tos Acceptance OPTIONAL
DUPLICATE_MESSAGE_FILTER_WINDOW_MINUTES Duplicate Message Filter Window Minutes OPTIONAL
HUGGING_FACE_API_KEY Hugging Face Api Key OPTIONAL
ROOT_TOKENS string[] OPTIONAL
ENABLE_PROM_METRICS Enable Prom Metrics OPTIONAL
BACKEND_CORS_ORIGINS_CSV Backend Cors Origins Csv OPTIONAL
BACKEND_CORS_ORIGINS uri[] OPTIONAL

Possible values: 1 ≤ length ≤ 65536

UPDATE_ALEMBIC Update Alembic OPTIONAL
tree_manager object OPTIONAL

TreeManager configuration settings

max_active_trees Max Active Trees OPTIONAL
max_initial_prompt_review Max Initial Prompt Review OPTIONAL
max_tree_depth Max Tree Depth OPTIONAL
max_children_count Max Children Count OPTIONAL
num_prompter_replies Num Prompter Replies OPTIONAL
goal_tree_size Goal Tree Size OPTIONAL
random_goal_tree_size Random Goal Tree Size OPTIONAL
min_goal_tree_size Min Goal Tree Size OPTIONAL
num_reviews_initial_prompt Num Reviews Initial Prompt OPTIONAL
num_reviews_reply Num Reviews Reply OPTIONAL
auto_mod_enabled Auto Mod Enabled OPTIONAL
auto_mod_max_skip_reply Auto Mod Max Skip Reply OPTIONAL
auto_mod_red_flags Auto Mod Red Flags OPTIONAL
p_full_labeling_review_prompt P Full Labeling Review Prompt OPTIONAL
p_full_labeling_review_reply_assistant P Full Labeling Review Reply Assistant OPTIONAL
p_full_labeling_review_reply_prompter P Full Labeling Review Reply Prompter OPTIONAL
acceptance_threshold_initial_prompt Acceptance Threshold Initial Prompt OPTIONAL
acceptance_threshold_reply Acceptance Threshold Reply OPTIONAL
num_required_rankings Num Required Rankings OPTIONAL
p_activate_backlog_tree P Activate Backlog Tree OPTIONAL
min_active_rankings_per_lang Min Active Rankings Per Lang OPTIONAL
labels_initial_prompt TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

labels_assistant_reply TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

labels_prompter_reply TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

mandatory_labels_initial_prompt TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

mandatory_labels_assistant_reply TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

mandatory_labels_prompter_reply TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

rank_prompter_replies Rank Prompter Replies OPTIONAL
lonely_children_count Lonely Children Count OPTIONAL
p_lonely_child_extension P Lonely Child Extension OPTIONAL
recent_tasks_span_sec Recent Tasks Span Sec OPTIONAL
max_pending_tasks_per_user Max Pending Tasks Per User OPTIONAL
max_prompt_lottery_waiting Max Prompt Lottery Waiting OPTIONAL
init_prompt_disabled_langs Init Prompt Disabled Langs OPTIONAL
USER_STATS_INTERVAL_DAY User Stats Interval Day OPTIONAL
USER_STATS_INTERVAL_WEEK User Stats Interval Week OPTIONAL
USER_STATS_INTERVAL_MONTH User Stats Interval Month OPTIONAL
USER_STATS_INTERVAL_TOTAL User Stats Interval Total OPTIONAL
USER_STREAK_UPDATE_INTERVAL User Streak Update Interval OPTIONAL
CACHED_STATS_UPDATE_INTERVAL Cached Stats Update Interval OPTIONAL
RATE_LIMIT_TASK_USER_TIMES Rate Limit Task User Times OPTIONAL
RATE_LIMIT_TASK_USER_MINUTES Rate Limit Task User Minutes OPTIONAL
RATE_LIMIT_TASK_API_TIMES Rate Limit Task Api Times OPTIONAL
RATE_LIMIT_TASK_API_MINUTES Rate Limit Task Api Minutes OPTIONAL
RATE_LIMIT_ASSISTANT_USER_TIMES Rate Limit Assistant User Times OPTIONAL
RATE_LIMIT_ASSISTANT_USER_MINUTES Rate Limit Assistant User Minutes OPTIONAL
RATE_LIMIT_PROMPTER_USER_TIMES Rate Limit Prompter User Times OPTIONAL
RATE_LIMIT_PROMPTER_USER_MINUTES Rate Limit Prompter User Minutes OPTIONAL
TASK_VALIDITY_MINUTES Task Validity Minutes OPTIONAL
DATABASE_POOL_SIZE Database Pool Size OPTIONAL
DATABASE_MAX_OVERFLOW Database Max Overflow OPTIONAL
- + \ No newline at end of file diff --git a/api/get-backend-settings-public.html b/api/get-backend-settings-public.html index 4b7b08b375..85cdd249d6 100644 --- a/api/get-backend-settings-public.html +++ b/api/get-backend-settings-public.html @@ -6,13 +6,13 @@ Get Backend Settings Public | Open Assistant - +
Skip to main content

Get Backend Settings Public

Get Backend Settings Public

Responses
200

Successful Response

Schema OPTIONAL
PROJECT_NAME Project Name
API_V1_STR Api V1 Str
MESSAGE_SIZE_LIMIT Message Size Limit
DEBUG_USE_SEED_DATA Debug Use Seed Data
DEBUG_ALLOW_SELF_LABELING Debug Allow Self Labeling
DEBUG_SKIP_EMBEDDING_COMPUTATION Debug Skip Embedding Computation
DEBUG_SKIP_TOXICITY_CALCULATION Debug Skip Toxicity Calculation
DEBUG_DATABASE_ECHO Debug Database Echo
USER_STATS_INTERVAL_DAY User Stats Interval Day
USER_STATS_INTERVAL_WEEK User Stats Interval Week
USER_STATS_INTERVAL_MONTH User Stats Interval Month
USER_STATS_INTERVAL_TOTAL User Stats Interval Total
- + \ No newline at end of file diff --git a/api/get-builtin-plugins.html b/api/get-builtin-plugins.html index a33a98c6cc..3d3aa4907e 100644 --- a/api/get-builtin-plugins.html +++ b/api/get-builtin-plugins.html @@ -6,13 +6,13 @@ Get Builtin Plugins | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/get-cached-stats-all.html b/api/get-cached-stats-all.html index cbfd5a6169..fe42a93a6e 100644 --- a/api/get-cached-stats-all.html +++ b/api/get-cached-stats-all.html @@ -6,13 +6,13 @@ Get Cached Stats All | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/get-cached-stats.html b/api/get-cached-stats.html index d5c4563ef6..77978e9cc5 100644 --- a/api/get-cached-stats.html +++ b/api/get-cached-stats.html @@ -6,13 +6,13 @@ Get Cached Stats | Open Assistant - +
Skip to main content

Get Cached Stats

Get Cached Stats

Path Parameters
name CachedStatsName REQUIRED

Possible values: [human_messages_by_lang, human_messages_by_role, message_trees_by_state, message_trees_states_by_lang, users_accepted_tos]

An enumeration.

Responses
200

Successful Response

Schema OPTIONAL
name Name
last_updated date-time
stats Stats
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-chat.html b/api/get-chat.html index 7822d416cf..5ea2a00fb3 100644 --- a/api/get-chat.html +++ b/api/get-chat.html @@ -6,13 +6,13 @@ Get Chat | Open Assistant - +
Skip to main content

Get Chat

Allows a client to get the current state of a chat.

Path Parameters
chat_id Chat Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-children-by-frontend-id.html b/api/get-children-by-frontend-id.html index a9a780bfb1..077f45514b 100644 --- a/api/get-children-by-frontend-id.html +++ b/api/get-children-by-frontend-id.html @@ -6,13 +6,13 @@ Get Children By Frontend Id | Open Assistant - +
Skip to main content

Get Children By Frontend Id

Get all messages belonging to the same message tree.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-children.html b/api/get-children.html index 5d5786491b..e37b7914f7 100644 --- a/api/get-children.html +++ b/api/get-children.html @@ -6,13 +6,13 @@ Get Children | Open Assistant - +
Skip to main content

Get Children

Get all messages belonging to the same message tree.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-conv-by-frontend-id.html b/api/get-conv-by-frontend-id.html index db8d441427..8c04a0e75f 100644 --- a/api/get-conv-by-frontend-id.html +++ b/api/get-conv-by-frontend-id.html @@ -6,13 +6,13 @@ Get Conv By Frontend Id | Open Assistant - +
Skip to main content

Get Conv By Frontend Id

Get a conversation from the tree root and up to the message with given frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-conv.html b/api/get-conv.html index 488a537ffe..2aa43c5710 100644 --- a/api/get-conv.html +++ b/api/get-conv.html @@ -6,13 +6,13 @@ Get Conv | Open Assistant - +
Skip to main content

Get Conv

Get a conversation from the tree root and up to the message with given internal ID.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-descendants-by-frontend-id.html b/api/get-descendants-by-frontend-id.html index 967c1788b9..c6acae9177 100644 --- a/api/get-descendants-by-frontend-id.html +++ b/api/get-descendants-by-frontend-id.html @@ -6,14 +6,14 @@ Get Descendants By Frontend Id | Open Assistant - +
Skip to main content

Get Descendants By Frontend Id

Get a subtree which starts with this message. The message is identified by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-descendants.html b/api/get-descendants.html index 59e73ed321..41b94f93e9 100644 --- a/api/get-descendants.html +++ b/api/get-descendants.html @@ -6,13 +6,13 @@ Get Descendants | Open Assistant - +
Skip to main content

Get Descendants

Get a subtree which starts with this message.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-flagged-messages.html b/api/get-flagged-messages.html index 4c48e65e39..2c4db59bd4 100644 --- a/api/get-flagged-messages.html +++ b/api/get-flagged-messages.html @@ -6,13 +6,13 @@ Get Flagged Messages | Open Assistant - +
Skip to main content

Get Flagged Messages

Get Flagged Messages

Query Parameters
max_count Max Count REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
object[]
message_id uuid
processed Processed
created_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-leaderboard.html b/api/get-leaderboard.html index 02338c6f0f..16922234bd 100644 --- a/api/get-leaderboard.html +++ b/api/get-leaderboard.html @@ -6,13 +6,13 @@ Get Leaderboard | Open Assistant - +
Skip to main content

Get Leaderboard

Get Leaderboard

Path Parameters
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Query Parameters
max_count Max Count

Possible values: 0 < value ≤ 10000

Responses
200

Successful Response

Schema OPTIONAL
time_frame Time Frame
last_updated date-time
leaderboard object[]
rank Rank OPTIONAL
user_id uuid
highlighted Highlighted OPTIONAL
username Username
auth_method Auth Method
display_name Display Name
leader_score Leader Score OPTIONAL
level Level OPTIONAL
base_date date-time OPTIONAL
modified_date date-time OPTIONAL
prompts Prompts OPTIONAL
replies_assistant Replies Assistant OPTIONAL
replies_prompter Replies Prompter OPTIONAL
labels_simple Labels Simple OPTIONAL
labels_full Labels Full OPTIONAL
rankings_total Rankings Total OPTIONAL
rankings_good Rankings Good OPTIONAL
accepted_prompts Accepted Prompts OPTIONAL
accepted_replies_assistant Accepted Replies Assistant OPTIONAL
accepted_replies_prompter Accepted Replies Prompter OPTIONAL
reply_ranked_1 Reply Ranked 1 OPTIONAL
reply_ranked_2 Reply Ranked 2 OPTIONAL
reply_ranked_3 Reply Ranked 3 OPTIONAL
streak_last_day_date date-time OPTIONAL
streak_days Streak Days OPTIONAL
last_activity_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-longest-conv-by-frontend-id.html b/api/get-longest-conv-by-frontend-id.html index 50dfbbff7a..1f274da0c2 100644 --- a/api/get-longest-conv-by-frontend-id.html +++ b/api/get-longest-conv-by-frontend-id.html @@ -6,14 +6,14 @@ Get Longest Conv By Frontend Id | Open Assistant - +
Skip to main content

Get Longest Conv By Frontend Id

Get the longest conversation from the tree of the message. The message is identified by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-longest-conv.html b/api/get-longest-conv.html index 19a7bd641f..f7b4c443c7 100644 --- a/api/get-longest-conv.html +++ b/api/get-longest-conv.html @@ -6,13 +6,13 @@ Get Longest Conv | Open Assistant - +
Skip to main content

Get Longest Conv

Get the longest conversation from the tree of the message.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-max-children-by-frontend-id.html b/api/get-max-children-by-frontend-id.html index 5d978953c2..eb4e4e6723 100644 --- a/api/get-max-children-by-frontend-id.html +++ b/api/get-max-children-by-frontend-id.html @@ -6,14 +6,14 @@ Get Max Children By Frontend Id | Open Assistant - +
Skip to main content

Get Max Children By Frontend Id

Get message with the most children from the tree of the provided message. The message is identified by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-max-children.html b/api/get-max-children.html index 5ee235a7c6..f638486436 100644 --- a/api/get-max-children.html +++ b/api/get-max-children.html @@ -6,13 +6,13 @@ Get Max Children | Open Assistant - +
Skip to main content

Get Max Children

Get message with the most children from the tree of the provided message.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-message-1.html b/api/get-message-1.html index 39e71691c3..0d3fadd93f 100644 --- a/api/get-message-1.html +++ b/api/get-message-1.html @@ -6,13 +6,13 @@ Get Message | Open Assistant - +
Skip to main content

Get Message

Get Message

Path Parameters
chat_id Chat Id REQUIRED
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-message-by-frontend-id.html b/api/get-message-by-frontend-id.html index 83a514f0b8..544648f067 100644 --- a/api/get-message-by-frontend-id.html +++ b/api/get-message-by-frontend-id.html @@ -6,13 +6,13 @@ Get Message By Frontend Id | Open Assistant - +
Skip to main content

Get Message By Frontend Id

Get a message by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-message-stats.html b/api/get-message-stats.html index 88479d8444..001f9d1c7b 100644 --- a/api/get-message-stats.html +++ b/api/get-message-stats.html @@ -6,13 +6,13 @@ Get Message Stats | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/get-message-tree-state.html b/api/get-message-tree-state.html index 1613b5eb8d..cd472747b3 100644 --- a/api/get-message-tree-state.html +++ b/api/get-message-tree-state.html @@ -6,13 +6,13 @@ Get Message Tree State | Open Assistant - +
Skip to main content

Get Message Tree State

Get Message Tree State

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
message_tree_id uuid
state State

Possible values: [initial_prompt_review, growing, ranking, ready_for_scoring, ready_for_export, scoring_failed, aborted_low_grade, halted_by_moderator, backlog_ranking, prompt_lottery_waiting]

States of the Open-Assistant message tree state machine.

goal_tree_size Goal Tree Size
max_depth Max Depth
max_children_count Max Children Count
active Active
origin Origin OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-message.html b/api/get-message.html index 816a39deba..ba963d830a 100644 --- a/api/get-message.html +++ b/api/get-message.html @@ -6,13 +6,13 @@ Get Message | Open Assistant - +
Skip to main content

Get Message

Get a message by its internal ID.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-messages-cursor.html b/api/get-messages-cursor.html index d6cb591d08..4a8f114c87 100644 --- a/api/get-messages-cursor.html +++ b/api/get-messages-cursor.html @@ -6,13 +6,13 @@ Get Messages Cursor | Open Assistant - +
Skip to main content

Get Messages Cursor

Get Messages Cursor

Query Parameters
before Before
after After
user_id uuid
auth_method Auth Method
username Username
api_client_id Api Client Id
only_roots Only Roots
include_deleted Include Deleted
max_count Max Count

Possible values: 0 < value ≤ 1000

desc Desc
lang Lang
include_user Include User
Responses
200

Successful Response

Schema OPTIONAL
prev Prev OPTIONAL
next Next OPTIONAL
sort_key Sort Key
items object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
order Order

Possible values: [asc, desc]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-model-configs.html b/api/get-model-configs.html index 305fef5512..870c639f3f 100644 --- a/api/get-model-configs.html +++ b/api/get-model-configs.html @@ -6,13 +6,13 @@ Get Model Configs | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/get-plugin-config.html b/api/get-plugin-config.html index c91605939c..5083021798 100644 --- a/api/get-plugin-config.html +++ b/api/get-plugin-config.html @@ -6,13 +6,13 @@ Get Plugin Config | Open Assistant - +
Skip to main content

Get Plugin Config

Get Plugin Config

Request Body REQUIRED
url Url REQUIRED
enabled Enabled
plugin_config object
schema_version Schema Version REQUIRED
name_for_model Name For Model REQUIRED
name_for_human Name For Human REQUIRED
description_for_human Description For Human REQUIRED
description_for_model Description For Model REQUIRED
api object REQUIRED
type Type REQUIRED
url Url REQUIRED
has_user_authentication Has User Authentication
is_user_authenticated Is User Authenticated
auth object REQUIRED
type Type REQUIRED
logo_url Logo Url
contact_email Contact Email
legal_info_url Legal Info Url
endpoints object[]
path Path REQUIRED
type Type REQUIRED
summary Summary REQUIRED
operation_id Operation Id REQUIRED
url Url REQUIRED
params object[] REQUIRED
name Name REQUIRED
in_ In REQUIRED
description Description REQUIRED
required Required REQUIRED
schema_ Schema
payload object
trusted Trusted
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-report-lables.html b/api/get-report-lables.html index 94848e1621..845265ec78 100644 --- a/api/get-report-lables.html +++ b/api/get-report-lables.html @@ -6,13 +6,13 @@ Get Report Lables | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/get-text-toxicity.html b/api/get-text-toxicity.html index f48f7bc2d5..f978617d9f 100644 --- a/api/get-text-toxicity.html +++ b/api/get-text-toxicity.html @@ -6,7 +6,7 @@ Get Text Toxicity | Open Assistant - + @@ -16,7 +16,7 @@ api_client (ApiClient, optional): authentication of the user of the request. Defaults to Depends(deps.get_trusted_api_client).

Returns: ToxicityClassification: the score of toxicity of the message.

Query Parameters
msg Msg REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-tree-by-frontend-id.html b/api/get-tree-by-frontend-id.html index 112e8ecdb4..70475e7232 100644 --- a/api/get-tree-by-frontend-id.html +++ b/api/get-tree-by-frontend-id.html @@ -6,14 +6,14 @@ Get Tree By Frontend Id | Open Assistant - +
Skip to main content

Get Tree By Frontend Id

Get all messages belonging to the same message tree. Message is identified by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Query Parameters
include_spam Include Spam
include_deleted Include Deleted
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-tree-manager-message-counts.html b/api/get-tree-manager-message-counts.html index d404987b3d..761bd14306 100644 --- a/api/get-tree-manager-message-counts.html +++ b/api/get-tree-manager-message-counts.html @@ -6,13 +6,13 @@ Get Tree Manager Message Counts | Open Assistant - +
Skip to main content

Get Tree Manager Message Counts

Get Tree Manager Message Counts

Query Parameters
only_active Only Active
Responses
200

Successful Response

Schema OPTIONAL
object[]
message_tree_id uuid
state State
depth Depth
oldest date-time
youngest date-time
count Count
goal_tree_size Goal Tree Size
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-tree-manager-state-counts.html b/api/get-tree-manager-state-counts.html index 8ef88239df..6e79d348c6 100644 --- a/api/get-tree-manager-state-counts.html +++ b/api/get-tree-manager-state-counts.html @@ -6,13 +6,13 @@ Get Tree Manager State Counts | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/get-tree-manager-stats.html b/api/get-tree-manager-stats.html index 4b5aaf3a93..ada9f01d43 100644 --- a/api/get-tree-manager-stats.html +++ b/api/get-tree-manager-stats.html @@ -6,13 +6,13 @@ Get Tree Manager Stats | Open Assistant - +
Skip to main content

Get Tree Manager Stats

Get Tree Manager Stats

Responses
200

Successful Response

Schema OPTIONAL
state_counts object
message_counts object[]
message_tree_id uuid
state State
depth Depth
oldest date-time
youngest date-time
count Count
goal_tree_size Goal Tree Size
- + \ No newline at end of file diff --git a/api/get-tree.html b/api/get-tree.html index cfbfd62e23..04ac31d347 100644 --- a/api/get-tree.html +++ b/api/get-tree.html @@ -6,13 +6,13 @@ Get Tree | Open Assistant - +
Skip to main content

Get Tree

Get all messages belonging to the same message tree.

Path Parameters
message_id uuid REQUIRED
Query Parameters
include_spam Include Spam
include_deleted Include Deleted
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-trollboard.html b/api/get-trollboard.html index 38a00b2538..9638bc02bc 100644 --- a/api/get-trollboard.html +++ b/api/get-trollboard.html @@ -6,13 +6,13 @@ Get Trollboard | Open Assistant - +
Skip to main content

Get Trollboard

Get Trollboard

Path Parameters
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Query Parameters
max_count Max Count

Possible values: 0 < value ≤ 10000

enabled Enabled
Responses
200

Successful Response

Schema OPTIONAL
time_frame Time Frame
last_updated date-time
trollboard object[]
rank Rank OPTIONAL
user_id uuid
highlighted Highlighted OPTIONAL
username Username
auth_method Auth Method
display_name Display Name
last_activity_date date-time OPTIONAL
enabled Enabled
deleted Deleted
show_on_leaderboard Show On Leaderboard
troll_score Troll Score OPTIONAL
base_date date-time OPTIONAL
modified_date date-time OPTIONAL
red_flags Red Flags OPTIONAL
upvotes Upvotes OPTIONAL
downvotes Downvotes OPTIONAL
spam_prompts Spam Prompts OPTIONAL
quality Quality OPTIONAL
humor Humor OPTIONAL
toxicity Toxicity OPTIONAL
violence Violence OPTIONAL
helpfulness Helpfulness OPTIONAL
spam Spam OPTIONAL
lang_mismach Lang Mismach OPTIONAL
not_appropriate Not Appropriate OPTIONAL
pii Pii OPTIONAL
hate_speech Hate Speech OPTIONAL
sexual_content Sexual Content OPTIONAL
political_content Political Content OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-user.html b/api/get-user.html index 677aa05377..a9533c2887 100644 --- a/api/get-user.html +++ b/api/get-user.html @@ -6,13 +6,13 @@ Get User | Open Assistant - +
Skip to main content

Get User

Get a user by global user ID. Only trusted clients can resolve users they did not register.

Path Parameters
user_id uuid REQUIRED
Query Parameters
api_client_id uuid
Responses
200

Successful Response

Schema OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-users-cursor.html b/api/get-users-cursor.html index 4853e461a4..06f2559149 100644 --- a/api/get-users-cursor.html +++ b/api/get-users-cursor.html @@ -6,13 +6,13 @@ Get Users Cursor | Open Assistant - +
Skip to main content

Get Users Cursor

Get Users Cursor

Query Parameters
before Before
after After
sort_key Sort Key

Possible values: length ≤ 32

max_count Max Count

Possible values: 0 < value ≤ 10000

api_client_id uuid
search_text Search Text
auth_method Auth Method
Responses
200

Successful Response

Schema OPTIONAL
prev Prev OPTIONAL
next Next OPTIONAL
sort_key Sort Key
items object[]
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
order Order

Possible values: [asc, desc]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-users-ordered-by-display-name.html b/api/get-users-ordered-by-display-name.html index 936d108fb2..b92760e48f 100644 --- a/api/get-users-ordered-by-display-name.html +++ b/api/get-users-ordered-by-display-name.html @@ -6,13 +6,13 @@ Get Users Ordered By Display Name | Open Assistant - +
Skip to main content

Get Users Ordered By Display Name

Get Users Ordered By Display Name

Query Parameters
api_client_id uuid
gte_display_name Gte Display Name
gt_id uuid
lte_display_name Lte Display Name
lt_id uuid
auth_method Auth Method
search_text Search Text
max_count Max Count

Possible values: 0 < value ≤ 10000

desc Desc
Responses
200

Successful Response

Schema OPTIONAL
object[]
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-users-ordered-by-username-1.html b/api/get-users-ordered-by-username-1.html index ae4a3ebe74..7ba7f17023 100644 --- a/api/get-users-ordered-by-username-1.html +++ b/api/get-users-ordered-by-username-1.html @@ -6,13 +6,13 @@ Get Users Ordered By Username | Open Assistant - +
Skip to main content

Get Users Ordered By Username

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Get Users Ordered By Username

Query Parameters
api_client_id uuid
gte_username Gte Username
gt_id uuid
lte_username Lte Username
lt_id uuid
search_text Search Text
auth_method Auth Method
max_count Max Count

Possible values: 0 < value ≤ 10000

Responses
200

Successful Response

Schema OPTIONAL
object[]
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-users-ordered-by-username.html b/api/get-users-ordered-by-username.html index dd961c28a5..88f42a078f 100644 --- a/api/get-users-ordered-by-username.html +++ b/api/get-users-ordered-by-username.html @@ -6,13 +6,13 @@ Get Users Ordered By Username | Open Assistant - +
Skip to main content

Get Users Ordered By Username

Get Users Ordered By Username

Query Parameters
api_client_id uuid
gte_username Gte Username
gt_id uuid
lte_username Lte Username
lt_id uuid
search_text Search Text
auth_method Auth Method
max_count Max Count

Possible values: 0 < value ≤ 10000

desc Desc
Responses
200

Successful Response

Schema OPTIONAL
object[]
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/get-valid-lables.html b/api/get-valid-lables.html index 0037bbe847..036550b08c 100644 --- a/api/get-valid-lables.html +++ b/api/get-valid-lables.html @@ -6,13 +6,13 @@ Get Valid Lables | Open Assistant - +
Skip to main content

Get Valid Lables

Get Valid Lables

Query Parameters
message_id uuid
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/handle-account-deletion.html b/api/handle-account-deletion.html index 457928f8e4..9f8f93338e 100644 --- a/api/handle-account-deletion.html +++ b/api/handle-account-deletion.html @@ -6,13 +6,13 @@ Handle Account Deletion | Open Assistant - +
Skip to main content

Handle Account Deletion

Handle Account Deletion

Responses
200

Successful Response

Schema OPTIONAL
undefined
- + \ No newline at end of file diff --git a/api/handle-create-report.html b/api/handle-create-report.html index cfaae32577..5d4a0b52af 100644 --- a/api/handle-create-report.html +++ b/api/handle-create-report.html @@ -6,13 +6,13 @@ Handle Create Report | Open Assistant - +
Skip to main content

Handle Create Report

Allows the client to report a message.

Path Parameters
message_id Message Id REQUIRED
Request Body REQUIRED
report_type ReportType REQUIRED

Possible values: [spam, offensive, feedback]

An enumeration.

reason Reason REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/handle-create-vote.html b/api/handle-create-vote.html index 1c9e2f8991..b42aeefa15 100644 --- a/api/handle-create-vote.html +++ b/api/handle-create-vote.html @@ -6,13 +6,13 @@ Handle Create Vote | Open Assistant - +
Skip to main content

Handle Create Vote

Allows the client to vote on a message.

Path Parameters
message_id Message Id REQUIRED
Request Body REQUIRED
score Score REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/handle-update-chat.html b/api/handle-update-chat.html index 8c60d3d083..030af70dbc 100644 --- a/api/handle-update-chat.html +++ b/api/handle-update-chat.html @@ -6,13 +6,13 @@ Handle Update Chat | Open Assistant - +
Skip to main content

Handle Update Chat

Allows the client to update a chat.

Path Parameters
chat_id Chat Id REQUIRED
Request Body REQUIRED
title Title

Possible values: length ≤ 100

hidden Hidden
allow_data_use Allow Data Use
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/label-text.html b/api/label-text.html index 84452e4e56..5892757d4c 100644 --- a/api/label-text.html +++ b/api/label-text.html @@ -6,13 +6,13 @@ Label Text | Open Assistant - +
Skip to main content

Label Text

Label a piece of text.

Request Body REQUIRED
type Type

Possible values: [text_labels]

user object REQUIRED
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

text Text REQUIRED
labels object REQUIRED
message_id uuid REQUIRED
task_id uuid
is_report Is Report
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/list-chats.html b/api/list-chats.html index f7f5a9754f..9a960e020d 100644 --- a/api/list-chats.html +++ b/api/list-chats.html @@ -6,13 +6,13 @@ List Chats | Open Assistant - +
Skip to main content

List Chats

Lists all chats.

Query Parameters
include_hidden Include Hidden
limit Limit

Possible values: 0 < value ≤ 100

after After
before Before
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/list-worker-sessions.html b/api/list-worker-sessions.html index 667c8a3fb0..4f8b4f23aa 100644 --- a/api/list-worker-sessions.html +++ b/api/list-worker-sessions.html @@ -6,13 +6,13 @@ List Worker Sessions | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/list-workers.html b/api/list-workers.html index b83b618a6b..4d59517b92 100644 --- a/api/list-workers.html +++ b/api/list-workers.html @@ -6,13 +6,13 @@ List Workers | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/login-debug.html b/api/login-debug.html index 01fc00afe3..052aff2a34 100644 --- a/api/login-debug.html +++ b/api/login-debug.html @@ -6,13 +6,13 @@ Login Debug | Open Assistant - +
Skip to main content

Login Debug

Login Debug

Query Parameters
username Username REQUIRED
state State
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/login-discord.html b/api/login-discord.html index b471d2573e..55a21bbde8 100644 --- a/api/login-discord.html +++ b/api/login-discord.html @@ -6,13 +6,13 @@ Login Discord | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/login-github.html b/api/login-github.html index 6b78194f84..795030576f 100644 --- a/api/login-github.html +++ b/api/login-github.html @@ -6,13 +6,13 @@ Login Github | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/login-google.html b/api/login-google.html index 64503d74ad..faaae81e0b 100644 --- a/api/login-google.html +++ b/api/login-google.html @@ -6,13 +6,13 @@ Login Google | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/login-trusted.html b/api/login-trusted.html index 171f869bdf..db72a6bf0b 100644 --- a/api/login-trusted.html +++ b/api/login-trusted.html @@ -6,13 +6,13 @@ Login Trusted | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/mark-frontend-user-messages-deleted.html b/api/mark-frontend-user-messages-deleted.html index c0ea3bcbdb..fc261ebab0 100644 --- a/api/mark-frontend-user-messages-deleted.html +++ b/api/mark-frontend-user-messages-deleted.html @@ -6,13 +6,13 @@ Mark Frontend User Messages Deleted | Open Assistant - +
Skip to main content

Mark Frontend User Messages Deleted

Mark Frontend User Messages Deleted

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/mark-message-deleted.html b/api/mark-message-deleted.html index c7de6b38b3..34375985b8 100644 --- a/api/mark-message-deleted.html +++ b/api/mark-message-deleted.html @@ -6,13 +6,13 @@ Mark Message Deleted | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/mark-user-messages-deleted.html b/api/mark-user-messages-deleted.html index 25aac0f72b..eb2d04a77b 100644 --- a/api/mark-user-messages-deleted.html +++ b/api/mark-user-messages-deleted.html @@ -6,13 +6,13 @@ Mark User Messages Deleted | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/message-events.html b/api/message-events.html index 493a578d79..ab0b94f208 100644 --- a/api/message-events.html +++ b/api/message-events.html @@ -6,13 +6,13 @@ Message Events | Open Assistant - +
Skip to main content

Message Events

Message Events

Path Parameters
chat_id Chat Id REQUIRED
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/metrics-1.html b/api/metrics-1.html index c4699bdc1c..1fe4ff775a 100644 --- a/api/metrics-1.html +++ b/api/metrics-1.html @@ -6,13 +6,13 @@ Metrics | Open Assistant - +
Skip to main content

Metrics

Endpoint that serves Prometheus metrics.

Responses
200

Successful Response

Schema OPTIONAL
undefined
- + \ No newline at end of file diff --git a/api/metrics.html b/api/metrics.html index efdfc6f1c4..dadf7e746a 100644 --- a/api/metrics.html +++ b/api/metrics.html @@ -6,13 +6,13 @@ Metrics | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/post-message-emoji.html b/api/post-message-emoji.html index fb7921a1d5..059b0cc6c6 100644 --- a/api/post-message-emoji.html +++ b/api/post-message-emoji.html @@ -6,13 +6,13 @@ Post Message Emoji | Open Assistant - +
Skip to main content

Post Message Emoji

Toggle, add or remove message emoji.

Path Parameters
message_id uuid REQUIRED
Request Body REQUIRED
user object REQUIRED
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

op EmojiOp

Possible values: [toggle, add, remove]

An enumeration.

emoji EmojiCode REQUIRED

Possible values: [+1, -1, red_flag, 100, rofl, clap, diamond, heart_eyes, disappointed, poop, skull, _skip_reply, _skip_ranking, _skip_labeling]

An enumeration.

Responses
202

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/process-flagged-messages.html b/api/process-flagged-messages.html index e6fb475790..4241e6d43f 100644 --- a/api/process-flagged-messages.html +++ b/api/process-flagged-messages.html @@ -6,13 +6,13 @@ Process Flagged Messages | Open Assistant - +
Skip to main content

Process Flagged Messages

Process Flagged Messages

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
message_id uuid
processed Processed
created_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/purge-user-messages.html b/api/purge-user-messages.html index de0672e260..e50615460f 100644 --- a/api/purge-user-messages.html +++ b/api/purge-user-messages.html @@ -6,13 +6,13 @@ Purge User Messages | Open Assistant - +
Skip to main content

Purge User Messages

Purge User Messages

Path Parameters
user_id uuid REQUIRED
Query Parameters
purge_initial_prompts Purge Initial Prompts
min_date date-time
max_date date-time
preview Preview
Responses
200

Successful Response

Schema OPTIONAL
before object
all All OPTIONAL
active Active OPTIONAL
active_by_lang object OPTIONAL
deleted Deleted OPTIONAL
message_trees Message Trees OPTIONAL
after object
all All OPTIONAL
active Active OPTIONAL
active_by_lang object OPTIONAL
deleted Deleted OPTIONAL
message_trees Message Trees OPTIONAL
preview Preview
duration Duration
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/purge-user.html b/api/purge-user.html index 954c8c6c63..d00eea872b 100644 --- a/api/purge-user.html +++ b/api/purge-user.html @@ -6,13 +6,13 @@ Purge User | Open Assistant - +
Skip to main content

Purge User

Purge User

Path Parameters
user_id uuid REQUIRED
Query Parameters
preview Preview
ban Ban
Responses
200

Successful Response

Schema OPTIONAL
before object
all All OPTIONAL
active Active OPTIONAL
active_by_lang object OPTIONAL
deleted Deleted OPTIONAL
message_trees Message Trees OPTIONAL
after object
all All OPTIONAL
active Active OPTIONAL
active_by_lang object OPTIONAL
deleted Deleted OPTIONAL
message_trees Message Trees OPTIONAL
preview Preview
duration Duration
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/put-message-tree-state.html b/api/put-message-tree-state.html index 7f52413e48..ee0ad3776e 100644 --- a/api/put-message-tree-state.html +++ b/api/put-message-tree-state.html @@ -6,13 +6,13 @@ Put Message Tree State | Open Assistant - +
Skip to main content

Put Message Tree State

Put Message Tree State

Path Parameters
message_id uuid REQUIRED
Query Parameters
halt Halt REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
message_tree_id uuid
state State

Possible values: [initial_prompt_review, growing, ranking, ready_for_scoring, ready_for_export, scoring_failed, aborted_low_grade, halted_by_moderator, backlog_ranking, prompt_lottery_waiting]

States of the Open-Assistant message tree state machine.

goal_tree_size Goal Tree Size
max_depth Max Depth
max_children_count Max Children Count
active Active
origin Origin OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-frontend-user-messages-cursor.html b/api/query-frontend-user-messages-cursor.html index 2bc896c2e3..2c513dc599 100644 --- a/api/query-frontend-user-messages-cursor.html +++ b/api/query-frontend-user-messages-cursor.html @@ -6,13 +6,13 @@ Query Frontend User Messages Cursor | Open Assistant - +
Skip to main content

Query Frontend User Messages Cursor

Query Frontend User Messages Cursor

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Query Parameters
before Before
after After
only_roots Only Roots
include_deleted Include Deleted
max_count Max Count

Possible values: 0 < value ≤ 1000

desc Desc
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
prev Prev OPTIONAL
next Next OPTIONAL
sort_key Sort Key
items object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
order Order

Possible values: [asc, desc]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-frontend-user-messages.html b/api/query-frontend-user-messages.html index 80d03ced6c..a705ab77e9 100644 --- a/api/query-frontend-user-messages.html +++ b/api/query-frontend-user-messages.html @@ -6,13 +6,13 @@ Query Frontend User Messages | Open Assistant - +
Skip to main content

Query Frontend User Messages

Query frontend user messages.

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Query Parameters
api_client_id uuid
max_count Max Count

Possible values: 0 < value ≤ 1000

start_date date-time
end_date date-time
only_roots Only Roots
desc Desc
include_deleted Include Deleted
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-frontend-user.html b/api/query-frontend-user.html index 75ae3b9f71..8149c62ae5 100644 --- a/api/query-frontend-user.html +++ b/api/query-frontend-user.html @@ -6,13 +6,13 @@ Query Frontend User | Open Assistant - +
Skip to main content

Query Frontend User

Query frontend user.

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Query Parameters
api_client_id uuid
Responses
200

Successful Response

Schema OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-messages.html b/api/query-messages.html index 4d5b327669..976d8d53d6 100644 --- a/api/query-messages.html +++ b/api/query-messages.html @@ -6,13 +6,13 @@ Query Messages | Open Assistant - +
Skip to main content

Query Messages

Query messages.

Query Parameters
auth_method Auth Method
username Username
api_client_id Api Client Id
max_count Max Count

Possible values: 0 < value ≤ 1000

start_date date-time
end_date date-time
only_roots Only Roots
desc Desc
allow_deleted Allow Deleted
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-user-messages-cursor.html b/api/query-user-messages-cursor.html index f2d69c3790..beaec408e7 100644 --- a/api/query-user-messages-cursor.html +++ b/api/query-user-messages-cursor.html @@ -6,13 +6,13 @@ Query User Messages Cursor | Open Assistant - +
Skip to main content

Query User Messages Cursor

Query User Messages Cursor

Path Parameters
user_id uuid REQUIRED
Query Parameters
before Before
after After
only_roots Only Roots
include_deleted Include Deleted
max_count Max Count

Possible values: 0 < value ≤ 1000

desc Desc
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
prev Prev OPTIONAL
next Next OPTIONAL
sort_key Sort Key
items object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
order Order

Possible values: [asc, desc]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-user-messages.html b/api/query-user-messages.html index 8586f3e25d..c0c71c97e7 100644 --- a/api/query-user-messages.html +++ b/api/query-user-messages.html @@ -6,13 +6,13 @@ Query User Messages | Open Assistant - +
Skip to main content

Query User Messages

Query user messages.

Path Parameters
user_id uuid REQUIRED
Query Parameters
api_client_id uuid
max_count Max Count

Possible values: 0 < value ≤ 1000

start_date date-time
end_date date-time
only_roots Only Roots
desc Desc
include_deleted Include Deleted
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-user-stats-timeframe-window.html b/api/query-user-stats-timeframe-window.html index 6f8b3d0961..3fc3f86232 100644 --- a/api/query-user-stats-timeframe-window.html +++ b/api/query-user-stats-timeframe-window.html @@ -6,13 +6,13 @@ Query User Stats Timeframe Window | Open Assistant - +
Skip to main content

Query User Stats Timeframe Window

Query User Stats Timeframe Window

Path Parameters
user_id uuid REQUIRED
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Query Parameters
window_size Window Size

Possible values: 0 < value ≤ 100

Responses
200

Successful Response

Schema OPTIONAL
time_frame Time Frame
last_updated date-time
leaderboard object[]
rank Rank OPTIONAL
user_id uuid
highlighted Highlighted OPTIONAL
username Username
auth_method Auth Method
display_name Display Name
leader_score Leader Score OPTIONAL
level Level OPTIONAL
base_date date-time OPTIONAL
modified_date date-time OPTIONAL
prompts Prompts OPTIONAL
replies_assistant Replies Assistant OPTIONAL
replies_prompter Replies Prompter OPTIONAL
labels_simple Labels Simple OPTIONAL
labels_full Labels Full OPTIONAL
rankings_total Rankings Total OPTIONAL
rankings_good Rankings Good OPTIONAL
accepted_prompts Accepted Prompts OPTIONAL
accepted_replies_assistant Accepted Replies Assistant OPTIONAL
accepted_replies_prompter Accepted Replies Prompter OPTIONAL
reply_ranked_1 Reply Ranked 1 OPTIONAL
reply_ranked_2 Reply Ranked 2 OPTIONAL
reply_ranked_3 Reply Ranked 3 OPTIONAL
streak_last_day_date date-time OPTIONAL
streak_days Streak Days OPTIONAL
last_activity_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-user-stats-timeframe.html b/api/query-user-stats-timeframe.html index 5181087b9a..b753dc4d07 100644 --- a/api/query-user-stats-timeframe.html +++ b/api/query-user-stats-timeframe.html @@ -6,13 +6,13 @@ Query User Stats Timeframe | Open Assistant - +
Skip to main content

Query User Stats Timeframe

Query User Stats Timeframe

Path Parameters
user_id uuid REQUIRED
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Responses
200

Successful Response

Schema OPTIONAL
rank Rank OPTIONAL
user_id uuid
highlighted Highlighted OPTIONAL
username Username
auth_method Auth Method
display_name Display Name
leader_score Leader Score OPTIONAL
level Level OPTIONAL
base_date date-time OPTIONAL
modified_date date-time OPTIONAL
prompts Prompts OPTIONAL
replies_assistant Replies Assistant OPTIONAL
replies_prompter Replies Prompter OPTIONAL
labels_simple Labels Simple OPTIONAL
labels_full Labels Full OPTIONAL
rankings_total Rankings Total OPTIONAL
rankings_good Rankings Good OPTIONAL
accepted_prompts Accepted Prompts OPTIONAL
accepted_replies_assistant Accepted Replies Assistant OPTIONAL
accepted_replies_prompter Accepted Replies Prompter OPTIONAL
reply_ranked_1 Reply Ranked 1 OPTIONAL
reply_ranked_2 Reply Ranked 2 OPTIONAL
reply_ranked_3 Reply Ranked 3 OPTIONAL
streak_last_day_date date-time OPTIONAL
streak_days Streak Days OPTIONAL
last_activity_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/query-user-stats.html b/api/query-user-stats.html index 969b66c05e..be47674654 100644 --- a/api/query-user-stats.html +++ b/api/query-user-stats.html @@ -6,13 +6,13 @@ Query User Stats | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/refresh-token.html b/api/refresh-token.html index ae6699af63..bb59a6ccb7 100644 --- a/api/refresh-token.html +++ b/api/refresh-token.html @@ -6,13 +6,13 @@ Refresh Token | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/request-task.html b/api/request-task.html index 9c561f421d..8d6d1914a6 100644 --- a/api/request-task.html +++ b/api/request-task.html @@ -6,13 +6,13 @@ Request Task | Open Assistant - +
Skip to main content

Request Task

Create new task.

Request Body REQUIRED
type TaskRequestType

Possible values: [random, summarize_story, rate_summary, initial_prompt, prompter_reply, assistant_reply, rank_initial_prompts, rank_prompter_replies, rank_assistant_replies, label_initial_prompt, label_assistant_reply, label_prompter_reply]

An enumeration.

user object
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

collective Collective
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/revoke-refresh-tokens.html b/api/revoke-refresh-tokens.html index a20471161e..d63df5ef2a 100644 --- a/api/revoke-refresh-tokens.html +++ b/api/revoke-refresh-tokens.html @@ -6,13 +6,13 @@ Revoke Refresh Tokens | Open Assistant - +
Skip to main content

Revoke Refresh Tokens

Revoke refresh tokens for a user.

Path Parameters
user_id User Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/tasks-acknowledge-failure.html b/api/tasks-acknowledge-failure.html index 48389abc6d..c4bf4c63cc 100644 --- a/api/tasks-acknowledge-failure.html +++ b/api/tasks-acknowledge-failure.html @@ -6,13 +6,13 @@ Tasks Acknowledge Failure | Open Assistant - +
Skip to main content

Tasks Acknowledge Failure

The frontend reports failure to implement a task.

Path Parameters
task_id uuid REQUIRED
Request Body REQUIRED
reason Reason
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/tasks-acknowledge.html b/api/tasks-acknowledge.html index c70b49d9ea..2dd0ec7498 100644 --- a/api/tasks-acknowledge.html +++ b/api/tasks-acknowledge.html @@ -6,13 +6,13 @@ Tasks Acknowledge | Open Assistant - +
Skip to main content

Tasks Acknowledge

The frontend acknowledges a task.

Path Parameters
task_id uuid REQUIRED
Request Body REQUIRED
message_id Message Id REQUIRED
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/tasks-availability.html b/api/tasks-availability.html index ae3b02b106..a05ef46e16 100644 --- a/api/tasks-availability.html +++ b/api/tasks-availability.html @@ -6,13 +6,13 @@ Tasks Availability | Open Assistant - +
Skip to main content

Tasks Availability

Tasks Availability

Query Parameters
lang Lang
Request Body
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

Responses
200

Successful Response

Schema OPTIONAL
object
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/tasks-interaction.html b/api/tasks-interaction.html index b12a248ec5..39e2f9268d 100644 --- a/api/tasks-interaction.html +++ b/api/tasks-interaction.html @@ -6,13 +6,13 @@ Tasks Interaction | Open Assistant - +
Skip to main content

Tasks Interaction

The frontend reports an interaction.

Request Body REQUIRED
undefined
Responses
200

Successful Response

Schema OPTIONAL
id uuid OPTIONAL
type Type OPTIONAL

Possible values: [task_done]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/undelete-message.html b/api/undelete-message.html index 681e3937eb..4adee07516 100644 --- a/api/undelete-message.html +++ b/api/undelete-message.html @@ -6,13 +6,13 @@ Undelete Message | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/update-cached-stats.html b/api/update-cached-stats.html index edf64050ae..7a39767d07 100644 --- a/api/update-cached-stats.html +++ b/api/update-cached-stats.html @@ -6,13 +6,13 @@ Update Cached Stats | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/update-leaderboard-time-frame.html b/api/update-leaderboard-time-frame.html index 5a8b2ef6ef..6c896605ea 100644 --- a/api/update-leaderboard-time-frame.html +++ b/api/update-leaderboard-time-frame.html @@ -6,13 +6,13 @@ Update Leaderboard Time Frame | Open Assistant - +
Skip to main content

Update Leaderboard Time Frame

Update Leaderboard Time Frame

Path Parameters
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/api/update-leaderboards-all.html b/api/update-leaderboards-all.html index b80ce04e09..de74385d5f 100644 --- a/api/update-leaderboards-all.html +++ b/api/update-leaderboards-all.html @@ -6,13 +6,13 @@ Update Leaderboards All | Open Assistant - +
Skip to main content
- + \ No newline at end of file diff --git a/api/update-user.html b/api/update-user.html index c1fa7b3d6f..b7d5bf1fc9 100644 --- a/api/update-user.html +++ b/api/update-user.html @@ -6,13 +6,13 @@ Update User | Open Assistant - +
Skip to main content

Update User

Update a user by global user ID. Only trusted clients can update users.

Path Parameters
user_id uuid REQUIRED
Query Parameters
enabled Enabled
notes Notes
show_on_leaderboard Show On Leaderboard
tos_acceptance Tos Acceptance
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- + \ No newline at end of file diff --git a/assets/js/093c0599.336c1384.js b/assets/js/093c0599.a517bec1.js similarity index 71% rename from assets/js/093c0599.336c1384.js rename to assets/js/093c0599.a517bec1.js index 29c7a72b35..8bd3174436 100644 --- a/assets/js/093c0599.336c1384.js +++ b/assets/js/093c0599.a517bec1.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[8355],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>h});var r=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function s(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=r.createContext({}),u=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):s(s({},t),e)),n},p=function(e){var t=u(e.components);return r.createElement(c.Provider,{value:t},e.children)},l="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},d=r.forwardRef((function(e,t){var n=e.components,o=e.mdxType,a=e.originalType,c=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),l=u(n),d=o,h=l["".concat(c,".").concat(d)]||l[d]||f[d]||a;return n?r.createElement(h,s(s({ref:t},p),{},{components:n})):r.createElement(h,s({ref:t},p))}));function h(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var a=n.length,s=new Array(a);s[0]=d;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[l]="string"==typeof e?e:o,s[1]=i;for(var u=2;u{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>s,default:()=>f,frontMatter:()=>a,metadata:()=>i,toc:()=>u});var r=n(87462),o=(n(67294),n(3905));const a={title:"The Architecture so Far!",description:"This is the architecture of our app so far.",slug:"2023-02-11-architecture",authors:"AbdBarho",tags:["open-assistant"]},s=void 0,i={permalink:"/Open-Assistant/blog/2023-02-11-architecture",source:"@site/blog/2023-02-11-architecture.md",title:"The Architecture so Far!",description:"This is the architecture of our app so far.",date:"2023-02-11T00:00:00.000Z",formattedDate:"February 11, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"}],readingTime:1.15,hasTruncateMarker:!1,authors:[{name:"Abdullah Barhoum",title:"Semi-professional D\xf6ner Enjoyer",imageURL:"https://avatars.githubusercontent.com/u/24505302?v=4",key:"AbdBarho"}],frontMatter:{title:"The Architecture so Far!",description:"This is the architecture of our app so far.",slug:"2023-02-11-architecture",authors:"AbdBarho",tags:["open-assistant"]},prevItem:{title:"Open Assistant Inference Backend Development (Hands-On Coding)",permalink:"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},nextItem:{title:"We Need Your Help!",permalink:"/Open-Assistant/blog/we-need-your-help"}},c={authorsImageUrls:[void 0]},u=[],p={toc:u},l="wrapper";function f(e){let{components:t,...n}=e;return(0,o.kt)(l,(0,r.Z)({},p,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"I thought it would make sense to document our architecture as a blog post, since\nit would be easily visible for everyone, and it would also be nice to look back\na couple months from now and see how stuff has changed :)"),(0,o.kt)("p",null,"A lot of work was done in the past couple of week to establish the needed\ninfrastructure both for data collection and inference purposes. Thanks to\neveryone, and especially community members who supported us so far!"),(0,o.kt)("p",null,"Our current plan for the architecture of the Open Assistant is as follows:"),(0,o.kt)("mermaid",{value:"flowchart TD\n subgraph next[Web Frontend]\n direction TB\n website([Browser]) & nextbackend[Backend] & webpostgres[(PostgreSQL)]\n end\n\n subgraph data[Python backend]\n direction TB\n backend[Backend] & postgres[(PostgreSQL)] & redis[(Redis)]\n end\n\n subgraph inference[Inference Service]\n direction TB\n inferenceServer[Server] -.- infpostgres[(PostgreSQL)]\n end\n\n subgraph workers[Inference Workers]\n direction TB\n worker1[Worker] --- textgen1[Text\\ngenerator]\n worker2[Worker] --- textgen2[Text\\ngenerator]\n worker3[Worker] --- textgen3[Text\\ngenerator]\n end\n\n website --\x3e nextbackend\n nextbackend -.- webpostgres\n\n next --- data\n\n backend -.- postgres & redis\n\n next --- inference\n\n inference --- workers"}),(0,o.kt)("p",null,"We are working on setting up the inference as shown above, and considering our\noptions for hosting, also, we want to move our authentication from the website\nto the python backend."),(0,o.kt)("p",null,"Of course, this is by no means final, and lot of questions are still open, and\nthat is the fun of it! If you want to join us on our journey, just give our\n",(0,o.kt)("a",{parentName:"p",href:"https://github.com/LAION-AI/Open-Assistant"},"github")," a look!"))}f.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[8355],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>h});var r=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function s(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=r.createContext({}),u=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):s(s({},t),e)),n},p=function(e){var t=u(e.components);return r.createElement(c.Provider,{value:t},e.children)},l="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},d=r.forwardRef((function(e,t){var n=e.components,o=e.mdxType,a=e.originalType,c=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),l=u(n),d=o,h=l["".concat(c,".").concat(d)]||l[d]||f[d]||a;return n?r.createElement(h,s(s({ref:t},p),{},{components:n})):r.createElement(h,s({ref:t},p))}));function h(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var a=n.length,s=new Array(a);s[0]=d;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[l]="string"==typeof e?e:o,s[1]=i;for(var u=2;u{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>s,default:()=>f,frontMatter:()=>a,metadata:()=>i,toc:()=>u});var r=n(87462),o=(n(67294),n(3905));const a={title:"The Architecture so Far!",description:"This is the architecture of our app so far.",slug:"2023-02-11-architecture",authors:"AbdBarho",tags:["open-assistant"]},s=void 0,i={permalink:"/Open-Assistant/blog/2023-02-11-architecture",source:"@site/blog/2023-02-11-architecture.md",title:"The Architecture so Far!",description:"This is the architecture of our app so far.",date:"2023-02-11T00:00:00.000Z",formattedDate:"February 11, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"}],readingTime:1.15,hasTruncateMarker:!1,authors:[{name:"Abdullah Barhoum",title:"Semi-professional D\xf6ner Enjoyer",imageURL:"https://avatars.githubusercontent.com/u/24505302?v=4",key:"AbdBarho"}],frontMatter:{title:"The Architecture so Far!",description:"This is the architecture of our app so far.",slug:"2023-02-11-architecture",authors:"AbdBarho",tags:["open-assistant"]},prevItem:{title:"Open Assistant Inference Backend Development (Hands-On Coding)",permalink:"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},nextItem:{title:"We Need Your Help!",permalink:"/Open-Assistant/blog/we-need-your-help"}},c={authorsImageUrls:[void 0]},u=[],p={toc:u},l="wrapper";function f(e){let{components:t,...n}=e;return(0,o.kt)(l,(0,r.Z)({},p,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"I thought it would make sense to document our architecture as a blog post, since\nit would be easily visible for everyone, and it would also be nice to look back\na couple months from now and see how stuff has changed :)"),(0,o.kt)("p",null,"A lot of work was done in the past couple of weeks to establish the needed\ninfrastructure both for data collection and inference purposes. Thanks to\neveryone, and especially community members who supported us so far!"),(0,o.kt)("p",null,"Our current plan for the architecture of the Open Assistant is as follows:"),(0,o.kt)("mermaid",{value:"flowchart TD\n subgraph next[Web Frontend]\n direction TB\n website([Browser]) & nextbackend[Backend] & webpostgres[(PostgreSQL)]\n end\n\n subgraph data[Python backend]\n direction TB\n backend[Backend] & postgres[(PostgreSQL)] & redis[(Redis)]\n end\n\n subgraph inference[Inference Service]\n direction TB\n inferenceServer[Server] -.- infpostgres[(PostgreSQL)]\n end\n\n subgraph workers[Inference Workers]\n direction TB\n worker1[Worker] --- textgen1[Text\\ngenerator]\n worker2[Worker] --- textgen2[Text\\ngenerator]\n worker3[Worker] --- textgen3[Text\\ngenerator]\n end\n\n website --\x3e nextbackend\n nextbackend -.- webpostgres\n\n next --- data\n\n backend -.- postgres & redis\n\n next --- inference\n\n inference --- workers"}),(0,o.kt)("p",null,"We are working on setting up the inference as shown above, and considering our\noptions for hosting, also, we want to move our authentication from the website\nto the python backend."),(0,o.kt)("p",null,"Of course, this is by no means final, and lot of questions are still open, and\nthat is the fun of it! If you want to join us on our journey, just give our\n",(0,o.kt)("a",{parentName:"p",href:"https://github.com/LAION-AI/Open-Assistant"},"github")," a look!"))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/4f9d0543.e18187ec.js b/assets/js/4f9d0543.bd0c4ea0.js similarity index 71% rename from assets/js/4f9d0543.e18187ec.js rename to assets/js/4f9d0543.bd0c4ea0.js index c68854ed3b..57341e55e1 100644 --- a/assets/js/4f9d0543.e18187ec.js +++ b/assets/js/4f9d0543.bd0c4ea0.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[3191],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>h});var r=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function s(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=r.createContext({}),u=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):s(s({},t),e)),n},p=function(e){var t=u(e.components);return r.createElement(c.Provider,{value:t},e.children)},l="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},d=r.forwardRef((function(e,t){var n=e.components,o=e.mdxType,a=e.originalType,c=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),l=u(n),d=o,h=l["".concat(c,".").concat(d)]||l[d]||f[d]||a;return n?r.createElement(h,s(s({ref:t},p),{},{components:n})):r.createElement(h,s({ref:t},p))}));function h(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var a=n.length,s=new Array(a);s[0]=d;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[l]="string"==typeof e?e:o,s[1]=i;for(var u=2;u{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>s,default:()=>f,frontMatter:()=>a,metadata:()=>i,toc:()=>u});var r=n(87462),o=(n(67294),n(3905));const a={title:"The Architecture so Far!",description:"This is the architecture of our app so far.",slug:"2023-02-11-architecture",authors:"AbdBarho",tags:["open-assistant"]},s=void 0,i={permalink:"/Open-Assistant/blog/2023-02-11-architecture",source:"@site/blog/2023-02-11-architecture.md",title:"The Architecture so Far!",description:"This is the architecture of our app so far.",date:"2023-02-11T00:00:00.000Z",formattedDate:"February 11, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"}],readingTime:1.15,hasTruncateMarker:!1,authors:[{name:"Abdullah Barhoum",title:"Semi-professional D\xf6ner Enjoyer",imageURL:"https://avatars.githubusercontent.com/u/24505302?v=4",key:"AbdBarho"}],frontMatter:{title:"The Architecture so Far!",description:"This is the architecture of our app so far.",slug:"2023-02-11-architecture",authors:"AbdBarho",tags:["open-assistant"]},prevItem:{title:"Open Assistant Inference Backend Development (Hands-On Coding)",permalink:"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},nextItem:{title:"We Need Your Help!",permalink:"/Open-Assistant/blog/we-need-your-help"}},c={authorsImageUrls:[void 0]},u=[],p={toc:u},l="wrapper";function f(e){let{components:t,...n}=e;return(0,o.kt)(l,(0,r.Z)({},p,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"I thought it would make sense to document our architecture as a blog post, since\nit would be easily visible for everyone, and it would also be nice to look back\na couple months from now and see how stuff has changed :)"),(0,o.kt)("p",null,"A lot of work was done in the past couple of week to establish the needed\ninfrastructure both for data collection and inference purposes. Thanks to\neveryone, and especially community members who supported us so far!"),(0,o.kt)("p",null,"Our current plan for the architecture of the Open Assistant is as follows:"),(0,o.kt)("mermaid",{value:"flowchart TD\n subgraph next[Web Frontend]\n direction TB\n website([Browser]) & nextbackend[Backend] & webpostgres[(PostgreSQL)]\n end\n\n subgraph data[Python backend]\n direction TB\n backend[Backend] & postgres[(PostgreSQL)] & redis[(Redis)]\n end\n\n subgraph inference[Inference Service]\n direction TB\n inferenceServer[Server] -.- infpostgres[(PostgreSQL)]\n end\n\n subgraph workers[Inference Workers]\n direction TB\n worker1[Worker] --- textgen1[Text\\ngenerator]\n worker2[Worker] --- textgen2[Text\\ngenerator]\n worker3[Worker] --- textgen3[Text\\ngenerator]\n end\n\n website --\x3e nextbackend\n nextbackend -.- webpostgres\n\n next --- data\n\n backend -.- postgres & redis\n\n next --- inference\n\n inference --- workers"}),(0,o.kt)("p",null,"We are working on setting up the inference as shown above, and considering our\noptions for hosting, also, we want to move our authentication from the website\nto the python backend."),(0,o.kt)("p",null,"Of course, this is by no means final, and lot of questions are still open, and\nthat is the fun of it! If you want to join us on our journey, just give our\n",(0,o.kt)("a",{parentName:"p",href:"https://github.com/LAION-AI/Open-Assistant"},"github")," a look!"))}f.isMDXComponent=!0}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[3191],{3905:(e,t,n)=>{n.d(t,{Zo:()=>p,kt:()=>h});var r=n(67294);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function s(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var c=r.createContext({}),u=function(e){var t=r.useContext(c),n=t;return e&&(n="function"==typeof e?e(t):s(s({},t),e)),n},p=function(e){var t=u(e.components);return r.createElement(c.Provider,{value:t},e.children)},l="mdxType",f={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},d=r.forwardRef((function(e,t){var n=e.components,o=e.mdxType,a=e.originalType,c=e.parentName,p=i(e,["components","mdxType","originalType","parentName"]),l=u(n),d=o,h=l["".concat(c,".").concat(d)]||l[d]||f[d]||a;return n?r.createElement(h,s(s({ref:t},p),{},{components:n})):r.createElement(h,s({ref:t},p))}));function h(e,t){var n=arguments,o=t&&t.mdxType;if("string"==typeof e||o){var a=n.length,s=new Array(a);s[0]=d;var i={};for(var c in t)hasOwnProperty.call(t,c)&&(i[c]=t[c]);i.originalType=e,i[l]="string"==typeof e?e:o,s[1]=i;for(var u=2;u{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>s,default:()=>f,frontMatter:()=>a,metadata:()=>i,toc:()=>u});var r=n(87462),o=(n(67294),n(3905));const a={title:"The Architecture so Far!",description:"This is the architecture of our app so far.",slug:"2023-02-11-architecture",authors:"AbdBarho",tags:["open-assistant"]},s=void 0,i={permalink:"/Open-Assistant/blog/2023-02-11-architecture",source:"@site/blog/2023-02-11-architecture.md",title:"The Architecture so Far!",description:"This is the architecture of our app so far.",date:"2023-02-11T00:00:00.000Z",formattedDate:"February 11, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"}],readingTime:1.15,hasTruncateMarker:!1,authors:[{name:"Abdullah Barhoum",title:"Semi-professional D\xf6ner Enjoyer",imageURL:"https://avatars.githubusercontent.com/u/24505302?v=4",key:"AbdBarho"}],frontMatter:{title:"The Architecture so Far!",description:"This is the architecture of our app so far.",slug:"2023-02-11-architecture",authors:"AbdBarho",tags:["open-assistant"]},prevItem:{title:"Open Assistant Inference Backend Development (Hands-On Coding)",permalink:"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},nextItem:{title:"We Need Your Help!",permalink:"/Open-Assistant/blog/we-need-your-help"}},c={authorsImageUrls:[void 0]},u=[],p={toc:u},l="wrapper";function f(e){let{components:t,...n}=e;return(0,o.kt)(l,(0,r.Z)({},p,n,{components:t,mdxType:"MDXLayout"}),(0,o.kt)("p",null,"I thought it would make sense to document our architecture as a blog post, since\nit would be easily visible for everyone, and it would also be nice to look back\na couple months from now and see how stuff has changed :)"),(0,o.kt)("p",null,"A lot of work was done in the past couple of weeks to establish the needed\ninfrastructure both for data collection and inference purposes. Thanks to\neveryone, and especially community members who supported us so far!"),(0,o.kt)("p",null,"Our current plan for the architecture of the Open Assistant is as follows:"),(0,o.kt)("mermaid",{value:"flowchart TD\n subgraph next[Web Frontend]\n direction TB\n website([Browser]) & nextbackend[Backend] & webpostgres[(PostgreSQL)]\n end\n\n subgraph data[Python backend]\n direction TB\n backend[Backend] & postgres[(PostgreSQL)] & redis[(Redis)]\n end\n\n subgraph inference[Inference Service]\n direction TB\n inferenceServer[Server] -.- infpostgres[(PostgreSQL)]\n end\n\n subgraph workers[Inference Workers]\n direction TB\n worker1[Worker] --- textgen1[Text\\ngenerator]\n worker2[Worker] --- textgen2[Text\\ngenerator]\n worker3[Worker] --- textgen3[Text\\ngenerator]\n end\n\n website --\x3e nextbackend\n nextbackend -.- webpostgres\n\n next --- data\n\n backend -.- postgres & redis\n\n next --- inference\n\n inference --- workers"}),(0,o.kt)("p",null,"We are working on setting up the inference as shown above, and considering our\noptions for hosting, also, we want to move our authentication from the website\nto the python backend."),(0,o.kt)("p",null,"Of course, this is by no means final, and lot of questions are still open, and\nthat is the fun of it! If you want to join us on our journey, just give our\n",(0,o.kt)("a",{parentName:"p",href:"https://github.com/LAION-AI/Open-Assistant"},"github")," a look!"))}f.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/76561a78.10af85b3.js b/assets/js/76561a78.0ff94495.js similarity index 78% rename from assets/js/76561a78.10af85b3.js rename to assets/js/76561a78.0ff94495.js index f4fc172e8f..d00e664a39 100644 --- a/assets/js/76561a78.10af85b3.js +++ b/assets/js/76561a78.0ff94495.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[5103],{88592:e=>{e.exports=JSON.parse('{"blogPosts":[{"id":"/2023/04/21/open-assistant-storms-youtube","metadata":{"permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube","source":"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md","title":"OpenAssistant Storms YouTube!","description":"OpenAssistant Storms YouTube!","date":"2023-04-21T00:00:00.000Z","formattedDate":"April 21, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.445,"hasTruncateMarker":true,"authors":[{"name":"Andrew Maguire","title":"Project Contributor","imageURL":"https://avatars.githubusercontent.com/u/2178292?v=4","key":"andrewm4894"}],"frontMatter":{"title":"OpenAssistant Storms YouTube!","description":"OpenAssistant Storms YouTube!","authors":["andrewm4894"],"tags":["open-assistant","youtube"],"image":"./img/img.png"},"nextItem":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\n![Open Assistant](./img/img.png)\\n\\nFollowing the release of the OpenAssistant dataset, models and chat\\ncapabilities, YouTube has been on fire (almost as much as our servers) with\\nOpenAssistant videos.\\n\\nBelow are some to check out.\\n\\nIf you want more, here is a\\n[playlist](https://youtube.com/playlist?list=PL6Zhl9mK2r0L9h90uBaIKrHBQQEEPrsxq)\\nof all the recent videos we could find.\\n\\n\x3c!--truncate--\x3e\\n\\n




"},{"id":"/2023/04/15/open-assistant-released","metadata":{"permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released","source":"@site/blog/2023-04-15-open-assistant-released/index.mdx","title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","description":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","date":"2023-04-15T00:00:00.000Z","formattedDate":"April 15, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.805,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","description":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/ddG2fM9i4Kk/0.jpg"},"prevItem":{"title":"OpenAssistant Storms YouTube!","permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"},"nextItem":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nWe\'re excited to announce the release of OpenAssistant!\\n\\nThe future of AI development depends heavily on high quality datasets and models\\nbeing made publicly available, and that\'s exactly what this project does.\\n\\nOur team has worked tirelessly over the past several months collecting large\\namounts of text-based input and feedback to create an incredibly diverse and\\nunique dataset designed specifically for training language models or other AI\\napplications.\\n\\nWith over 600k human-generated data points covering a wide range of topics and\\nstyles of writing, our dataset will be an invaluable tool for any developer\\nlooking to create state-of-the-art instruction models!\\n\\nTo make things even better, we are making this entire dataset free and\\naccessible to all who wish to use it. Check it out today at our HF org:\\n[OpenAssistant](https://huggingface.co/OpenAssistant)\\n\\nOn top of that, we\'ve trained very powerful models that you can try right now\\nat:\\n\\n[open-assistant.io/chat](https://open-assistant.io/chat)\\n\\nWatch the announcement video:\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/10/open-assistant-livestream-just-chatting","metadata":{"permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting","source":"@site/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx","title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","description":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","date":"2023-04-10T00:00:00.000Z","formattedDate":"April 10, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.105,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","description":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/5IymlBZDw-0/0.jpg"},"prevItem":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"},"nextItem":{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nLivestream playing around with Open Assistant and AI alignment :)\\n\\nhttps://open-assistant.io/chat\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/06/open-assistant-first-models-are-here","metadata":{"permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here","source":"@site/blog/2023-04-06-open-assistant-first-models-are-here/index.mdx","title":"Open Assistant First Models are here!","description":"Open Assistant First Models are here!","date":"2023-04-06T00:00:00.000Z","formattedDate":"April 6, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.2,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"Open Assistant First Models are here!","description":"Open Assistant First Models are here!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/Hi6cbeBY2oQ/0.jpg"},"prevItem":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"},"nextItem":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nHello hello! we\'re finally here the first models of open Assistant are out and\\nI\'m going to show you a little bit of what you can do with them!\\n\\nhttps://open-assistant.io/chat\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","metadata":{"permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","source":"@site/blog/2023-02-24-open-assistant-inference-backend-development-hands-on-coding/index.mdx","title":"Open Assistant Inference Backend Development (Hands-On Coding)","description":"Open Assistant Inference Backend Development (Hands-On Coding)","date":"2023-02-24T00:00:00.000Z","formattedDate":"February 24, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"},{"label":"live-coding","permalink":"/Open-Assistant/blog/tags/live-coding"}],"readingTime":0.215,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","description":"Open Assistant Inference Backend Development (Hands-On Coding)","authors":["yk"],"tags":["open-assistant","youtube","live-coding"],"image":"https://img.youtube.com/vi/6OozhhI6U4g/0.jpg"},"prevItem":{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"},"nextItem":{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nOpen Assistant Inference Backend Development (Hands-On Coding)\\n\\nJoin me as I build streaming inference into the Hugging Face text generation\\nserver, going through cuda, python, rust, grpc, websockets, server-sent events,\\nand more...\\n\\nhttps://open-assistant.io\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"2023-02-11-architecture","metadata":{"permalink":"/Open-Assistant/blog/2023-02-11-architecture","source":"@site/blog/2023-02-11-architecture.md","title":"The Architecture so Far!","description":"This is the architecture of our app so far.","date":"2023-02-11T00:00:00.000Z","formattedDate":"February 11, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"}],"readingTime":1.15,"hasTruncateMarker":false,"authors":[{"name":"Abdullah Barhoum","title":"Semi-professional D\xf6ner Enjoyer","imageURL":"https://avatars.githubusercontent.com/u/24505302?v=4","key":"AbdBarho"}],"frontMatter":{"title":"The Architecture so Far!","description":"This is the architecture of our app so far.","slug":"2023-02-11-architecture","authors":"AbdBarho","tags":["open-assistant"]},"prevItem":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},"nextItem":{"title":"We Need Your Help!","permalink":"/Open-Assistant/blog/we-need-your-help"}},"content":"I thought it would make sense to document our architecture as a blog post, since\\nit would be easily visible for everyone, and it would also be nice to look back\\na couple months from now and see how stuff has changed :)\\n\\nA lot of work was done in the past couple of week to establish the needed\\ninfrastructure both for data collection and inference purposes. Thanks to\\neveryone, and especially community members who supported us so far!\\n\\nOur current plan for the architecture of the Open Assistant is as follows:\\n\\n```mermaid\\nflowchart TD\\n subgraph next[Web Frontend]\\n direction TB\\n website([Browser]) & nextbackend[Backend] & webpostgres[(PostgreSQL)]\\n end\\n\\n subgraph data[Python backend]\\n direction TB\\n backend[Backend] & postgres[(PostgreSQL)] & redis[(Redis)]\\n end\\n\\n subgraph inference[Inference Service]\\n direction TB\\n inferenceServer[Server] -.- infpostgres[(PostgreSQL)]\\n end\\n\\n subgraph workers[Inference Workers]\\n direction TB\\n worker1[Worker] --- textgen1[Text\\\\ngenerator]\\n worker2[Worker] --- textgen2[Text\\\\ngenerator]\\n worker3[Worker] --- textgen3[Text\\\\ngenerator]\\n end\\n\\n website --\x3e nextbackend\\n nextbackend -.- webpostgres\\n\\n next --- data\\n\\n backend -.- postgres & redis\\n\\n next --- inference\\n\\n inference --- workers\\n```\\n\\nWe are working on setting up the inference as shown above, and considering our\\noptions for hosting, also, we want to move our authentication from the website\\nto the python backend.\\n\\nOf course, this is by no means final, and lot of questions are still open, and\\nthat is the fun of it! If you want to join us on our journey, just give our\\n[github](https://github.com/LAION-AI/Open-Assistant) a look!"},{"id":"we-need-your-help","metadata":{"permalink":"/Open-Assistant/blog/we-need-your-help","source":"@site/blog/2023-02-05-we-need-your-help.mdx","title":"We Need Your Help!","description":"We Need Your Help!","date":"2023-02-05T00:00:00.000Z","formattedDate":"February 5, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"}],"readingTime":0.145,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"},{"name":"Andreas K\xf6pf","title":"Project co-founder & Team Lead","imageURL":"https://avatars.githubusercontent.com/u/9976399?v=4","key":"andreaskoepf"},{"name":"Huu Nguyen (ontocord)","title":"Project co-founder","imageURL":"https://avatars.githubusercontent.com/u/8900094?v=4","key":"ontocord"},{"name":"Christoph Schuhmann","title":"Project co-founder","imageURL":"https://avatars.githubusercontent.com/u/22318853?v=4","key":"christophschuhmann"}],"frontMatter":{"title":"We Need Your Help!","description":"We Need Your Help!","slug":"we-need-your-help","authors":["yk","andreaskoepf","ontocord","christophschuhmann"],"tags":["open-assistant"],"image":"https://img.youtube.com/vi/64Izfm24FKA/0.jpg"},"prevItem":{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nWe Need Your Help!\\n\\nHelp us collect data for OpenAssistant, the largest and most open alternative to\\nChatGPT.\\n\\nhttps://open-assistant.io\\n\\n\\n\\n\x3c!--truncate--\x3e"}]}')}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[5103],{88592:e=>{e.exports=JSON.parse('{"blogPosts":[{"id":"/2023/04/21/open-assistant-storms-youtube","metadata":{"permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube","source":"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md","title":"OpenAssistant Storms YouTube!","description":"OpenAssistant Storms YouTube!","date":"2023-04-21T00:00:00.000Z","formattedDate":"April 21, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.445,"hasTruncateMarker":true,"authors":[{"name":"Andrew Maguire","title":"Project Contributor","imageURL":"https://avatars.githubusercontent.com/u/2178292?v=4","key":"andrewm4894"}],"frontMatter":{"title":"OpenAssistant Storms YouTube!","description":"OpenAssistant Storms YouTube!","authors":["andrewm4894"],"tags":["open-assistant","youtube"],"image":"./img/img.png"},"nextItem":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\n![Open Assistant](./img/img.png)\\n\\nFollowing the release of the OpenAssistant dataset, models and chat\\ncapabilities, YouTube has been on fire (almost as much as our servers) with\\nOpenAssistant videos.\\n\\nBelow are some to check out.\\n\\nIf you want more, here is a\\n[playlist](https://youtube.com/playlist?list=PL6Zhl9mK2r0L9h90uBaIKrHBQQEEPrsxq)\\nof all the recent videos we could find.\\n\\n\x3c!--truncate--\x3e\\n\\n




"},{"id":"/2023/04/15/open-assistant-released","metadata":{"permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released","source":"@site/blog/2023-04-15-open-assistant-released/index.mdx","title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","description":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","date":"2023-04-15T00:00:00.000Z","formattedDate":"April 15, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.805,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","description":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/ddG2fM9i4Kk/0.jpg"},"prevItem":{"title":"OpenAssistant Storms YouTube!","permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"},"nextItem":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nWe\'re excited to announce the release of OpenAssistant!\\n\\nThe future of AI development depends heavily on high quality datasets and models\\nbeing made publicly available, and that\'s exactly what this project does.\\n\\nOur team has worked tirelessly over the past several months collecting large\\namounts of text-based input and feedback to create an incredibly diverse and\\nunique dataset designed specifically for training language models or other AI\\napplications.\\n\\nWith over 600k human-generated data points covering a wide range of topics and\\nstyles of writing, our dataset will be an invaluable tool for any developer\\nlooking to create state-of-the-art instruction models!\\n\\nTo make things even better, we are making this entire dataset free and\\naccessible to all who wish to use it. Check it out today at our HF org:\\n[OpenAssistant](https://huggingface.co/OpenAssistant)\\n\\nOn top of that, we\'ve trained very powerful models that you can try right now\\nat:\\n\\n[open-assistant.io/chat](https://open-assistant.io/chat)\\n\\nWatch the announcement video:\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/10/open-assistant-livestream-just-chatting","metadata":{"permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting","source":"@site/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx","title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","description":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","date":"2023-04-10T00:00:00.000Z","formattedDate":"April 10, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.105,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","description":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/5IymlBZDw-0/0.jpg"},"prevItem":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"},"nextItem":{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nLivestream playing around with Open Assistant and AI alignment :)\\n\\nhttps://open-assistant.io/chat\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/06/open-assistant-first-models-are-here","metadata":{"permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here","source":"@site/blog/2023-04-06-open-assistant-first-models-are-here/index.mdx","title":"Open Assistant First Models are here!","description":"Open Assistant First Models are here!","date":"2023-04-06T00:00:00.000Z","formattedDate":"April 6, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.2,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"Open Assistant First Models are here!","description":"Open Assistant First Models are here!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/Hi6cbeBY2oQ/0.jpg"},"prevItem":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"},"nextItem":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nHello hello! we\'re finally here the first models of open Assistant are out and\\nI\'m going to show you a little bit of what you can do with them!\\n\\nhttps://open-assistant.io/chat\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","metadata":{"permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","source":"@site/blog/2023-02-24-open-assistant-inference-backend-development-hands-on-coding/index.mdx","title":"Open Assistant Inference Backend Development (Hands-On Coding)","description":"Open Assistant Inference Backend Development (Hands-On Coding)","date":"2023-02-24T00:00:00.000Z","formattedDate":"February 24, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"},{"label":"live-coding","permalink":"/Open-Assistant/blog/tags/live-coding"}],"readingTime":0.215,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","description":"Open Assistant Inference Backend Development (Hands-On Coding)","authors":["yk"],"tags":["open-assistant","youtube","live-coding"],"image":"https://img.youtube.com/vi/6OozhhI6U4g/0.jpg"},"prevItem":{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"},"nextItem":{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nOpen Assistant Inference Backend Development (Hands-On Coding)\\n\\nJoin me as I build streaming inference into the Hugging Face text generation\\nserver, going through cuda, python, rust, grpc, websockets, server-sent events,\\nand more...\\n\\nhttps://open-assistant.io\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"2023-02-11-architecture","metadata":{"permalink":"/Open-Assistant/blog/2023-02-11-architecture","source":"@site/blog/2023-02-11-architecture.md","title":"The Architecture so Far!","description":"This is the architecture of our app so far.","date":"2023-02-11T00:00:00.000Z","formattedDate":"February 11, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"}],"readingTime":1.15,"hasTruncateMarker":false,"authors":[{"name":"Abdullah Barhoum","title":"Semi-professional D\xf6ner Enjoyer","imageURL":"https://avatars.githubusercontent.com/u/24505302?v=4","key":"AbdBarho"}],"frontMatter":{"title":"The Architecture so Far!","description":"This is the architecture of our app so far.","slug":"2023-02-11-architecture","authors":"AbdBarho","tags":["open-assistant"]},"prevItem":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},"nextItem":{"title":"We Need Your Help!","permalink":"/Open-Assistant/blog/we-need-your-help"}},"content":"I thought it would make sense to document our architecture as a blog post, since\\nit would be easily visible for everyone, and it would also be nice to look back\\na couple months from now and see how stuff has changed :)\\n\\nA lot of work was done in the past couple of weeks to establish the needed\\ninfrastructure both for data collection and inference purposes. Thanks to\\neveryone, and especially community members who supported us so far!\\n\\nOur current plan for the architecture of the Open Assistant is as follows:\\n\\n```mermaid\\nflowchart TD\\n subgraph next[Web Frontend]\\n direction TB\\n website([Browser]) & nextbackend[Backend] & webpostgres[(PostgreSQL)]\\n end\\n\\n subgraph data[Python backend]\\n direction TB\\n backend[Backend] & postgres[(PostgreSQL)] & redis[(Redis)]\\n end\\n\\n subgraph inference[Inference Service]\\n direction TB\\n inferenceServer[Server] -.- infpostgres[(PostgreSQL)]\\n end\\n\\n subgraph workers[Inference Workers]\\n direction TB\\n worker1[Worker] --- textgen1[Text\\\\ngenerator]\\n worker2[Worker] --- textgen2[Text\\\\ngenerator]\\n worker3[Worker] --- textgen3[Text\\\\ngenerator]\\n end\\n\\n website --\x3e nextbackend\\n nextbackend -.- webpostgres\\n\\n next --- data\\n\\n backend -.- postgres & redis\\n\\n next --- inference\\n\\n inference --- workers\\n```\\n\\nWe are working on setting up the inference as shown above, and considering our\\noptions for hosting, also, we want to move our authentication from the website\\nto the python backend.\\n\\nOf course, this is by no means final, and lot of questions are still open, and\\nthat is the fun of it! If you want to join us on our journey, just give our\\n[github](https://github.com/LAION-AI/Open-Assistant) a look!"},{"id":"we-need-your-help","metadata":{"permalink":"/Open-Assistant/blog/we-need-your-help","source":"@site/blog/2023-02-05-we-need-your-help.mdx","title":"We Need Your Help!","description":"We Need Your Help!","date":"2023-02-05T00:00:00.000Z","formattedDate":"February 5, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"}],"readingTime":0.145,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"},{"name":"Andreas K\xf6pf","title":"Project co-founder & Team Lead","imageURL":"https://avatars.githubusercontent.com/u/9976399?v=4","key":"andreaskoepf"},{"name":"Huu Nguyen (ontocord)","title":"Project co-founder","imageURL":"https://avatars.githubusercontent.com/u/8900094?v=4","key":"ontocord"},{"name":"Christoph Schuhmann","title":"Project co-founder","imageURL":"https://avatars.githubusercontent.com/u/22318853?v=4","key":"christophschuhmann"}],"frontMatter":{"title":"We Need Your Help!","description":"We Need Your Help!","slug":"we-need-your-help","authors":["yk","andreaskoepf","ontocord","christophschuhmann"],"tags":["open-assistant"],"image":"https://img.youtube.com/vi/64Izfm24FKA/0.jpg"},"prevItem":{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nWe Need Your Help!\\n\\nHelp us collect data for OpenAssistant, the largest and most open alternative to\\nChatGPT.\\n\\nhttps://open-assistant.io\\n\\n\\n\\n\x3c!--truncate--\x3e"}]}')}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.f30692ca.js b/assets/js/runtime~main.9a2146de.js similarity index 98% rename from assets/js/runtime~main.f30692ca.js rename to assets/js/runtime~main.9a2146de.js index 99f5ba3b06..c1e9692c09 100644 --- a/assets/js/runtime~main.f30692ca.js +++ b/assets/js/runtime~main.9a2146de.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,c,f,d,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var c=t[e]={id:e,loaded:!1,exports:{}};return b[e].call(c.exports,c,c.exports,r),c.loaded=!0,c.exports}r.m=b,r.c=t,e=[],r.O=(a,c,f,d)=>{if(!c){var b=1/0;for(i=0;i=d)&&Object.keys(r.O).every((e=>r.O[e](c[o])))?c.splice(o--,1):(t=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[c,f,d]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,f){if(1&f&&(e=this(e)),8&f)return e;if("object"==typeof e&&e){if(4&f&&e.__esModule)return e;if(16&f&&"function"==typeof e.then)return e}var d=Object.create(null);r.r(d);var b={};a=a||[null,c({}),c([]),c(c)];for(var t=2&f&&e;"object"==typeof t&&!~a.indexOf(t);t=c(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(d,b),d},r.d=(e,a)=>{for(var c in a)r.o(a,c)&&!r.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:a[c]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,c)=>(r.f[c](e,a),a)),[])),r.u=e=>"assets/js/"+({53:"935f2afb",59:"6f45fff8",99:"d9b60ebe",193:"ce12afa2",380:"02f56acf",423:"607306b8",431:"d1a70b12",445:"b4267c1d",452:"e286cc0b",713:"afa466f8",723:"ed24e03c",836:"0480b142",890:"024f5abf",942:"7330c918",947:"553aefee",1132:"1de649cc",1181:"291a6302",1241:"1f811f49",1248:"6722bbc1",1296:"c5e8532e",1360:"f96a6d1e",1483:"700d1311",1534:"299541e5",1608:"de285be4",1668:"8ce2f784",1727:"8aa293fe",1745:"3b4c8f4c",1801:"1fef780c",1806:"1780f8f2",1852:"59561f40",1893:"4c5e977b",2015:"1618445a",2087:"291ce83e",2136:"d82130b0",2191:"f4f22dba",2251:"cd255bb3",2256:"4cbde6a4",2299:"68b37d9f",2400:"4c32c3da",2479:"7e575b18",2535:"814f3328",2548:"896a272e",2715:"db656674",2726:"983e4fce",2752:"7b696307",2759:"a3be4b3e",2876:"89335687",2892:"bf45eca9",2893:"c3dd77c5",2959:"6c3a0864",2973:"b47b780d",3047:"0d11b40d",3089:"a6aa9e1f",3191:"4f9d0543",3237:"1df93b7f",3276:"5b26ac5e",3290:"8bdcbf5d",3341:"988a2c5b",3360:"b8da22b9",3382:"2df6cb70",3401:"e5f593c9",3442:"031a75d8",3500:"fcbe5975",3549:"51cb0bd9",3608:"9e4087bc",3623:"74afdcba",3746:"d882e68e",3800:"d068f8a3",3960:"d07aec4f",4013:"01a85c17",4133:"fa770816",4168:"a3f49470",4207:"83dea6d2",4248:"73ddc721",4273:"d12209ca",4275:"12cf0a7a",4279:"8350a154",4340:"4fbe8898",4359:"398053c8",4512:"eb2f5cc4",4813:"b43b67ad",4853:"a0fdf9a8",4913:"4a50c58f",5037:"b5257597",5103:"76561a78",5109:"8aba29fc",5292:"2a55fdcc",5305:"dcac906b",5326:"156338bc",5363:"33567568",5393:"0cb7ffc3",5401:"71598826",5528:"fed44025",5538:"01be1719",5603:"aa723b4e",5609:"e929fa53",5695:"9c066957",5750:"0cd297bd",5757:"45089f88",5828:"e1acd4cc",5952:"db0ce4f2",6006:"725c3483",6015:"efabe4ed",6025:"d44e0d71",6103:"ccc49370",6298:"2d3d5a52",6331:"173675c3",6334:"a25ff9e8",6359:"052b3f64",6409:"2b5a6a9b",6449:"280036e5",6598:"538ca6dd",6699:"c832aaa9",6733:"2560fd27",7013:"8937880b",7295:"e7c91885",7298:"70e5f36d",7328:"42dc7fed",7357:"fb824932",7460:"6e734e09",7495:"82bd92e5",7504:"381e23fe",7571:"dc0e2893",7610:"cfadb275",7738:"5612ef79",7757:"b0c5eafb",7829:"8e11c7ce",7865:"a5646f4c",7904:"b9461728",7918:"17896441",7931:"d83591ff",7944:"bfc2bf5d",7985:"0c106f34",7991:"2a536939",8009:"ac3cc3f5",8029:"333aade6",8052:"9a71c04e",8070:"324ef2b0",8141:"c3e36097",8201:"6c4ced86",8208:"d250cade",8242:"d73a102a",8247:"49024b78",8281:"6025a53f",8303:"b7eeee6d",8335:"de957457",8355:"093c0599",8402:"ef536d37",8405:"8053dc87",8434:"85913775",8475:"981ab4dc",8500:"8b4fc54e",8568:"4b146352",8610:"6875c492",8777:"5600dff7",8924:"81f27f2e",9059:"350f36bb",9070:"51d80929",9082:"b445f5ae",9200:"afa16e36",9223:"6f555c36",9264:"3f4599e5",9396:"f7aea858",9457:"fce37a1c",9514:"1be78505",9522:"d8e6c764",9537:"c395793c",9671:"0e384e19",9712:"6cfeca2c",9738:"4b7d5026",9769:"c23f664e",9901:"c23abc80"}[e]||e)+"."+{53:"10d9f0e8",59:"496d0354",99:"ef050810",193:"92a8f4ae",380:"7870d1c0",423:"d5268ad9",431:"863ef4f7",445:"a605252a",452:"cc143c97",713:"f6c28609",723:"cfee4635",836:"36a98501",890:"4ba72c32",942:"92609b1c",947:"7ddc9e6e",1068:"1444f113",1132:"88be411a",1181:"18c29550",1241:"04a38527",1248:"f65d7ac3",1296:"6bf80121",1360:"99582f78",1483:"604cd934",1534:"b58f7d8b",1608:"17fceba8",1668:"c6592e24",1727:"30b98b4c",1745:"e6012b34",1801:"9dfdffe7",1806:"29d97eca",1852:"42911138",1893:"7d67f806",2015:"64f25b16",2087:"e76c64ee",2136:"0b81279f",2191:"fd86a4c1",2251:"9b5a1ef7",2256:"040fcb36",2299:"1e4d4e42",2400:"64ab8ae4",2479:"69cc22e0",2529:"2af135e0",2535:"61aa5e9f",2548:"887ad21a",2715:"e68bbfe7",2726:"c17cb8ce",2752:"f655d18c",2759:"e417fa07",2876:"720ddd30",2892:"a4f3d64e",2893:"3a4d652d",2959:"852b1772",2973:"a4c615e4",3047:"5d6fc935",3089:"d94722dd",3191:"e18187ec",3237:"de4c8f36",3276:"b0e9c988",3290:"9aff82e1",3341:"6503094c",3360:"021246dd",3382:"c753f744",3401:"fa551b8b",3442:"ef537f9a",3500:"72cc59c5",3549:"718b8c07",3608:"280b8c80",3623:"f7ac00fe",3746:"c7eb525f",3800:"b522e856",3960:"cff6d274",4013:"11dc1a2e",4133:"5bf5ee64",4168:"6301c54c",4207:"1b97aa14",4248:"e409722a",4273:"01c78fc6",4275:"b9bdf502",4279:"409bb8bb",4340:"0211b78a",4359:"0da86c93",4512:"7842bb73",4813:"a0eba694",4853:"b9313790",4913:"a155cfb3",4972:"61c5fdf8",5037:"a203b706",5103:"10af85b3",5109:"d64e6888",5292:"7b12e171",5305:"467795ba",5326:"c4f0e1ea",5363:"91b662e8",5393:"5f76ba8c",5401:"e5cbccbf",5528:"74b671c6",5538:"1d9468f6",5603:"841fb592",5609:"4d7b89e7",5695:"4f15c01b",5750:"cee48be5",5757:"70fc6852",5828:"28775eb6",5952:"9c1c0591",6006:"8b350a51",6015:"d11f1e9c",6025:"90125a88",6103:"ec20e7a7",6298:"e1a4a422",6316:"7eee67f1",6331:"3cc5c2dd",6334:"88c45f8f",6359:"598631f4",6409:"72901b15",6449:"b465b4ec",6598:"21471a4f",6699:"4731861b",6733:"414fdd3d",6897:"dc560b19",7013:"48daf178",7295:"bfa8c3af",7298:"c5cbd305",7328:"9c3ee491",7357:"b82aba4b",7460:"e2c7ddf2",7495:"454e5be2",7504:"6ebb98d3",7571:"39dbd1d2",7610:"bdb955cf",7724:"2b81b699",7738:"d6377ac3",7757:"f4d39da4",7829:"c3b4f946",7865:"79e51c0c",7904:"417d3218",7918:"96cc566b",7931:"8eb87cc6",7944:"8bf0d1d1",7985:"f212d3d7",7991:"9cfd616a",8009:"507fa027",8029:"a2d6b351",8052:"6ea9cfe6",8070:"56f7729b",8141:"a79b2ef0",8201:"4b22e082",8208:"cf4890ec",8242:"96fa2302",8247:"00d5cbbe",8281:"f871be37",8303:"bc9585da",8335:"c7916634",8355:"336c1384",8402:"b4be6cf5",8405:"17ec8d8c",8434:"39f1d563",8475:"f69f71df",8500:"bf192b35",8568:"a22f9049",8610:"53cd04eb",8657:"471dfff4",8777:"e4e708d5",8924:"d109f83f",9059:"602c62b6",9070:"5f890e43",9082:"86b6ce03",9200:"a343e240",9223:"cda3727d",9264:"2338f4ac",9396:"55da5626",9425:"3843a9b4",9457:"c052a487",9487:"14419216",9514:"00494093",9522:"56364cea",9537:"fe8b7e31",9671:"594a310e",9712:"233d48d0",9738:"f0a5ce69",9769:"4a10c249",9901:"474c9ece"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),f={},d="open-assistant:",r.l=(e,a,c,b)=>{if(f[e])f[e].push(a);else{var t,o;if(void 0!==c)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(u);var d=f[e];if(delete f[e],t.parentNode&&t.parentNode.removeChild(t),d&&d.forEach((e=>e(c))),a)return a(c)},u=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.p="/Open-Assistant/",r.gca=function(e){return e={17896441:"7918",33567568:"5363",71598826:"5401",85913775:"8434",89335687:"2876","935f2afb":"53","6f45fff8":"59",d9b60ebe:"99",ce12afa2:"193","02f56acf":"380","607306b8":"423",d1a70b12:"431",b4267c1d:"445",e286cc0b:"452",afa466f8:"713",ed24e03c:"723","0480b142":"836","024f5abf":"890","7330c918":"942","553aefee":"947","1de649cc":"1132","291a6302":"1181","1f811f49":"1241","6722bbc1":"1248",c5e8532e:"1296",f96a6d1e:"1360","700d1311":"1483","299541e5":"1534",de285be4:"1608","8ce2f784":"1668","8aa293fe":"1727","3b4c8f4c":"1745","1fef780c":"1801","1780f8f2":"1806","59561f40":"1852","4c5e977b":"1893","1618445a":"2015","291ce83e":"2087",d82130b0:"2136",f4f22dba:"2191",cd255bb3:"2251","4cbde6a4":"2256","68b37d9f":"2299","4c32c3da":"2400","7e575b18":"2479","814f3328":"2535","896a272e":"2548",db656674:"2715","983e4fce":"2726","7b696307":"2752",a3be4b3e:"2759",bf45eca9:"2892",c3dd77c5:"2893","6c3a0864":"2959",b47b780d:"2973","0d11b40d":"3047",a6aa9e1f:"3089","4f9d0543":"3191","1df93b7f":"3237","5b26ac5e":"3276","8bdcbf5d":"3290","988a2c5b":"3341",b8da22b9:"3360","2df6cb70":"3382",e5f593c9:"3401","031a75d8":"3442",fcbe5975:"3500","51cb0bd9":"3549","9e4087bc":"3608","74afdcba":"3623",d882e68e:"3746",d068f8a3:"3800",d07aec4f:"3960","01a85c17":"4013",fa770816:"4133",a3f49470:"4168","83dea6d2":"4207","73ddc721":"4248",d12209ca:"4273","12cf0a7a":"4275","8350a154":"4279","4fbe8898":"4340","398053c8":"4359",eb2f5cc4:"4512",b43b67ad:"4813",a0fdf9a8:"4853","4a50c58f":"4913",b5257597:"5037","76561a78":"5103","8aba29fc":"5109","2a55fdcc":"5292",dcac906b:"5305","156338bc":"5326","0cb7ffc3":"5393",fed44025:"5528","01be1719":"5538",aa723b4e:"5603",e929fa53:"5609","9c066957":"5695","0cd297bd":"5750","45089f88":"5757",e1acd4cc:"5828",db0ce4f2:"5952","725c3483":"6006",efabe4ed:"6015",d44e0d71:"6025",ccc49370:"6103","2d3d5a52":"6298","173675c3":"6331",a25ff9e8:"6334","052b3f64":"6359","2b5a6a9b":"6409","280036e5":"6449","538ca6dd":"6598",c832aaa9:"6699","2560fd27":"6733","8937880b":"7013",e7c91885:"7295","70e5f36d":"7298","42dc7fed":"7328",fb824932:"7357","6e734e09":"7460","82bd92e5":"7495","381e23fe":"7504",dc0e2893:"7571",cfadb275:"7610","5612ef79":"7738",b0c5eafb:"7757","8e11c7ce":"7829",a5646f4c:"7865",b9461728:"7904",d83591ff:"7931",bfc2bf5d:"7944","0c106f34":"7985","2a536939":"7991",ac3cc3f5:"8009","333aade6":"8029","9a71c04e":"8052","324ef2b0":"8070",c3e36097:"8141","6c4ced86":"8201",d250cade:"8208",d73a102a:"8242","49024b78":"8247","6025a53f":"8281",b7eeee6d:"8303",de957457:"8335","093c0599":"8355",ef536d37:"8402","8053dc87":"8405","981ab4dc":"8475","8b4fc54e":"8500","4b146352":"8568","6875c492":"8610","5600dff7":"8777","81f27f2e":"8924","350f36bb":"9059","51d80929":"9070",b445f5ae:"9082",afa16e36:"9200","6f555c36":"9223","3f4599e5":"9264",f7aea858:"9396",fce37a1c:"9457","1be78505":"9514",d8e6c764:"9522",c395793c:"9537","0e384e19":"9671","6cfeca2c":"9712","4b7d5026":"9738",c23f664e:"9769",c23abc80:"9901"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(a,c)=>{var f=r.o(e,a)?e[a]:void 0;if(0!==f)if(f)c.push(f[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var d=new Promise(((c,d)=>f=e[a]=[c,d]));c.push(f[2]=d);var b=r.p+r.u(a),t=new Error;r.l(b,(c=>{if(r.o(e,a)&&(0!==(f=e[a])&&(e[a]=void 0),f)){var d=c&&("load"===c.type?"missing":c.type),b=c&&c.target&&c.target.src;t.message="Loading chunk "+a+" failed.\n("+d+": "+b+")",t.name="ChunkLoadError",t.type=d,t.request=b,f[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,c)=>{var f,d,b=c[0],t=c[1],o=c[2],n=0;if(b.some((a=>0!==e[a]))){for(f in t)r.o(t,f)&&(r.m[f]=t[f]);if(o)var i=o(r)}for(a&&a(c);n{"use strict";var e,a,c,f,d,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var c=t[e]={id:e,loaded:!1,exports:{}};return b[e].call(c.exports,c,c.exports,r),c.loaded=!0,c.exports}r.m=b,r.c=t,e=[],r.O=(a,c,f,d)=>{if(!c){var b=1/0;for(i=0;i=d)&&Object.keys(r.O).every((e=>r.O[e](c[o])))?c.splice(o--,1):(t=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[c,f,d]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,f){if(1&f&&(e=this(e)),8&f)return e;if("object"==typeof e&&e){if(4&f&&e.__esModule)return e;if(16&f&&"function"==typeof e.then)return e}var d=Object.create(null);r.r(d);var b={};a=a||[null,c({}),c([]),c(c)];for(var t=2&f&&e;"object"==typeof t&&!~a.indexOf(t);t=c(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(d,b),d},r.d=(e,a)=>{for(var c in a)r.o(a,c)&&!r.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:a[c]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,c)=>(r.f[c](e,a),a)),[])),r.u=e=>"assets/js/"+({53:"935f2afb",59:"6f45fff8",99:"d9b60ebe",193:"ce12afa2",380:"02f56acf",423:"607306b8",431:"d1a70b12",445:"b4267c1d",452:"e286cc0b",713:"afa466f8",723:"ed24e03c",836:"0480b142",890:"024f5abf",942:"7330c918",947:"553aefee",1132:"1de649cc",1181:"291a6302",1241:"1f811f49",1248:"6722bbc1",1296:"c5e8532e",1360:"f96a6d1e",1483:"700d1311",1534:"299541e5",1608:"de285be4",1668:"8ce2f784",1727:"8aa293fe",1745:"3b4c8f4c",1801:"1fef780c",1806:"1780f8f2",1852:"59561f40",1893:"4c5e977b",2015:"1618445a",2087:"291ce83e",2136:"d82130b0",2191:"f4f22dba",2251:"cd255bb3",2256:"4cbde6a4",2299:"68b37d9f",2400:"4c32c3da",2479:"7e575b18",2535:"814f3328",2548:"896a272e",2715:"db656674",2726:"983e4fce",2752:"7b696307",2759:"a3be4b3e",2876:"89335687",2892:"bf45eca9",2893:"c3dd77c5",2959:"6c3a0864",2973:"b47b780d",3047:"0d11b40d",3089:"a6aa9e1f",3191:"4f9d0543",3237:"1df93b7f",3276:"5b26ac5e",3290:"8bdcbf5d",3341:"988a2c5b",3360:"b8da22b9",3382:"2df6cb70",3401:"e5f593c9",3442:"031a75d8",3500:"fcbe5975",3549:"51cb0bd9",3608:"9e4087bc",3623:"74afdcba",3746:"d882e68e",3800:"d068f8a3",3960:"d07aec4f",4013:"01a85c17",4133:"fa770816",4168:"a3f49470",4207:"83dea6d2",4248:"73ddc721",4273:"d12209ca",4275:"12cf0a7a",4279:"8350a154",4340:"4fbe8898",4359:"398053c8",4512:"eb2f5cc4",4813:"b43b67ad",4853:"a0fdf9a8",4913:"4a50c58f",5037:"b5257597",5103:"76561a78",5109:"8aba29fc",5292:"2a55fdcc",5305:"dcac906b",5326:"156338bc",5363:"33567568",5393:"0cb7ffc3",5401:"71598826",5528:"fed44025",5538:"01be1719",5603:"aa723b4e",5609:"e929fa53",5695:"9c066957",5750:"0cd297bd",5757:"45089f88",5828:"e1acd4cc",5952:"db0ce4f2",6006:"725c3483",6015:"efabe4ed",6025:"d44e0d71",6103:"ccc49370",6298:"2d3d5a52",6331:"173675c3",6334:"a25ff9e8",6359:"052b3f64",6409:"2b5a6a9b",6449:"280036e5",6598:"538ca6dd",6699:"c832aaa9",6733:"2560fd27",7013:"8937880b",7295:"e7c91885",7298:"70e5f36d",7328:"42dc7fed",7357:"fb824932",7460:"6e734e09",7495:"82bd92e5",7504:"381e23fe",7571:"dc0e2893",7610:"cfadb275",7738:"5612ef79",7757:"b0c5eafb",7829:"8e11c7ce",7865:"a5646f4c",7904:"b9461728",7918:"17896441",7931:"d83591ff",7944:"bfc2bf5d",7985:"0c106f34",7991:"2a536939",8009:"ac3cc3f5",8029:"333aade6",8052:"9a71c04e",8070:"324ef2b0",8141:"c3e36097",8201:"6c4ced86",8208:"d250cade",8242:"d73a102a",8247:"49024b78",8281:"6025a53f",8303:"b7eeee6d",8335:"de957457",8355:"093c0599",8402:"ef536d37",8405:"8053dc87",8434:"85913775",8475:"981ab4dc",8500:"8b4fc54e",8568:"4b146352",8610:"6875c492",8777:"5600dff7",8924:"81f27f2e",9059:"350f36bb",9070:"51d80929",9082:"b445f5ae",9200:"afa16e36",9223:"6f555c36",9264:"3f4599e5",9396:"f7aea858",9457:"fce37a1c",9514:"1be78505",9522:"d8e6c764",9537:"c395793c",9671:"0e384e19",9712:"6cfeca2c",9738:"4b7d5026",9769:"c23f664e",9901:"c23abc80"}[e]||e)+"."+{53:"10d9f0e8",59:"496d0354",99:"ef050810",193:"92a8f4ae",380:"7870d1c0",423:"d5268ad9",431:"863ef4f7",445:"a605252a",452:"cc143c97",713:"f6c28609",723:"cfee4635",836:"36a98501",890:"4ba72c32",942:"92609b1c",947:"7ddc9e6e",1068:"1444f113",1132:"88be411a",1181:"18c29550",1241:"04a38527",1248:"f65d7ac3",1296:"6bf80121",1360:"99582f78",1483:"604cd934",1534:"b58f7d8b",1608:"17fceba8",1668:"c6592e24",1727:"30b98b4c",1745:"e6012b34",1801:"9dfdffe7",1806:"29d97eca",1852:"42911138",1893:"7d67f806",2015:"64f25b16",2087:"e76c64ee",2136:"0b81279f",2191:"fd86a4c1",2251:"9b5a1ef7",2256:"040fcb36",2299:"1e4d4e42",2400:"64ab8ae4",2479:"69cc22e0",2529:"2af135e0",2535:"61aa5e9f",2548:"887ad21a",2715:"e68bbfe7",2726:"c17cb8ce",2752:"f655d18c",2759:"e417fa07",2876:"720ddd30",2892:"a4f3d64e",2893:"3a4d652d",2959:"852b1772",2973:"a4c615e4",3047:"5d6fc935",3089:"d94722dd",3191:"bd0c4ea0",3237:"de4c8f36",3276:"b0e9c988",3290:"9aff82e1",3341:"6503094c",3360:"021246dd",3382:"c753f744",3401:"fa551b8b",3442:"ef537f9a",3500:"72cc59c5",3549:"718b8c07",3608:"280b8c80",3623:"f7ac00fe",3746:"c7eb525f",3800:"b522e856",3960:"cff6d274",4013:"11dc1a2e",4133:"5bf5ee64",4168:"6301c54c",4207:"1b97aa14",4248:"e409722a",4273:"01c78fc6",4275:"b9bdf502",4279:"409bb8bb",4340:"0211b78a",4359:"0da86c93",4512:"7842bb73",4813:"a0eba694",4853:"b9313790",4913:"a155cfb3",4972:"61c5fdf8",5037:"a203b706",5103:"0ff94495",5109:"d64e6888",5292:"7b12e171",5305:"467795ba",5326:"c4f0e1ea",5363:"91b662e8",5393:"5f76ba8c",5401:"e5cbccbf",5528:"74b671c6",5538:"1d9468f6",5603:"841fb592",5609:"4d7b89e7",5695:"4f15c01b",5750:"cee48be5",5757:"70fc6852",5828:"28775eb6",5952:"9c1c0591",6006:"8b350a51",6015:"d11f1e9c",6025:"90125a88",6103:"ec20e7a7",6298:"e1a4a422",6316:"7eee67f1",6331:"3cc5c2dd",6334:"88c45f8f",6359:"598631f4",6409:"72901b15",6449:"b465b4ec",6598:"21471a4f",6699:"4731861b",6733:"414fdd3d",6897:"dc560b19",7013:"48daf178",7295:"bfa8c3af",7298:"c5cbd305",7328:"9c3ee491",7357:"b82aba4b",7460:"e2c7ddf2",7495:"454e5be2",7504:"6ebb98d3",7571:"39dbd1d2",7610:"bdb955cf",7724:"2b81b699",7738:"d6377ac3",7757:"f4d39da4",7829:"c3b4f946",7865:"79e51c0c",7904:"417d3218",7918:"96cc566b",7931:"8eb87cc6",7944:"8bf0d1d1",7985:"f212d3d7",7991:"9cfd616a",8009:"507fa027",8029:"a2d6b351",8052:"6ea9cfe6",8070:"56f7729b",8141:"a79b2ef0",8201:"4b22e082",8208:"cf4890ec",8242:"96fa2302",8247:"00d5cbbe",8281:"f871be37",8303:"bc9585da",8335:"c7916634",8355:"a517bec1",8402:"b4be6cf5",8405:"17ec8d8c",8434:"39f1d563",8475:"f69f71df",8500:"bf192b35",8568:"a22f9049",8610:"53cd04eb",8657:"471dfff4",8777:"e4e708d5",8924:"d109f83f",9059:"602c62b6",9070:"5f890e43",9082:"86b6ce03",9200:"a343e240",9223:"cda3727d",9264:"2338f4ac",9396:"55da5626",9425:"3843a9b4",9457:"c052a487",9487:"14419216",9514:"00494093",9522:"56364cea",9537:"fe8b7e31",9671:"594a310e",9712:"233d48d0",9738:"f0a5ce69",9769:"4a10c249",9901:"474c9ece"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),f={},d="open-assistant:",r.l=(e,a,c,b)=>{if(f[e])f[e].push(a);else{var t,o;if(void 0!==c)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(u);var d=f[e];if(delete f[e],t.parentNode&&t.parentNode.removeChild(t),d&&d.forEach((e=>e(c))),a)return a(c)},u=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.p="/Open-Assistant/",r.gca=function(e){return e={17896441:"7918",33567568:"5363",71598826:"5401",85913775:"8434",89335687:"2876","935f2afb":"53","6f45fff8":"59",d9b60ebe:"99",ce12afa2:"193","02f56acf":"380","607306b8":"423",d1a70b12:"431",b4267c1d:"445",e286cc0b:"452",afa466f8:"713",ed24e03c:"723","0480b142":"836","024f5abf":"890","7330c918":"942","553aefee":"947","1de649cc":"1132","291a6302":"1181","1f811f49":"1241","6722bbc1":"1248",c5e8532e:"1296",f96a6d1e:"1360","700d1311":"1483","299541e5":"1534",de285be4:"1608","8ce2f784":"1668","8aa293fe":"1727","3b4c8f4c":"1745","1fef780c":"1801","1780f8f2":"1806","59561f40":"1852","4c5e977b":"1893","1618445a":"2015","291ce83e":"2087",d82130b0:"2136",f4f22dba:"2191",cd255bb3:"2251","4cbde6a4":"2256","68b37d9f":"2299","4c32c3da":"2400","7e575b18":"2479","814f3328":"2535","896a272e":"2548",db656674:"2715","983e4fce":"2726","7b696307":"2752",a3be4b3e:"2759",bf45eca9:"2892",c3dd77c5:"2893","6c3a0864":"2959",b47b780d:"2973","0d11b40d":"3047",a6aa9e1f:"3089","4f9d0543":"3191","1df93b7f":"3237","5b26ac5e":"3276","8bdcbf5d":"3290","988a2c5b":"3341",b8da22b9:"3360","2df6cb70":"3382",e5f593c9:"3401","031a75d8":"3442",fcbe5975:"3500","51cb0bd9":"3549","9e4087bc":"3608","74afdcba":"3623",d882e68e:"3746",d068f8a3:"3800",d07aec4f:"3960","01a85c17":"4013",fa770816:"4133",a3f49470:"4168","83dea6d2":"4207","73ddc721":"4248",d12209ca:"4273","12cf0a7a":"4275","8350a154":"4279","4fbe8898":"4340","398053c8":"4359",eb2f5cc4:"4512",b43b67ad:"4813",a0fdf9a8:"4853","4a50c58f":"4913",b5257597:"5037","76561a78":"5103","8aba29fc":"5109","2a55fdcc":"5292",dcac906b:"5305","156338bc":"5326","0cb7ffc3":"5393",fed44025:"5528","01be1719":"5538",aa723b4e:"5603",e929fa53:"5609","9c066957":"5695","0cd297bd":"5750","45089f88":"5757",e1acd4cc:"5828",db0ce4f2:"5952","725c3483":"6006",efabe4ed:"6015",d44e0d71:"6025",ccc49370:"6103","2d3d5a52":"6298","173675c3":"6331",a25ff9e8:"6334","052b3f64":"6359","2b5a6a9b":"6409","280036e5":"6449","538ca6dd":"6598",c832aaa9:"6699","2560fd27":"6733","8937880b":"7013",e7c91885:"7295","70e5f36d":"7298","42dc7fed":"7328",fb824932:"7357","6e734e09":"7460","82bd92e5":"7495","381e23fe":"7504",dc0e2893:"7571",cfadb275:"7610","5612ef79":"7738",b0c5eafb:"7757","8e11c7ce":"7829",a5646f4c:"7865",b9461728:"7904",d83591ff:"7931",bfc2bf5d:"7944","0c106f34":"7985","2a536939":"7991",ac3cc3f5:"8009","333aade6":"8029","9a71c04e":"8052","324ef2b0":"8070",c3e36097:"8141","6c4ced86":"8201",d250cade:"8208",d73a102a:"8242","49024b78":"8247","6025a53f":"8281",b7eeee6d:"8303",de957457:"8335","093c0599":"8355",ef536d37:"8402","8053dc87":"8405","981ab4dc":"8475","8b4fc54e":"8500","4b146352":"8568","6875c492":"8610","5600dff7":"8777","81f27f2e":"8924","350f36bb":"9059","51d80929":"9070",b445f5ae:"9082",afa16e36:"9200","6f555c36":"9223","3f4599e5":"9264",f7aea858:"9396",fce37a1c:"9457","1be78505":"9514",d8e6c764:"9522",c395793c:"9537","0e384e19":"9671","6cfeca2c":"9712","4b7d5026":"9738",c23f664e:"9769",c23abc80:"9901"}[e]||e,r.p+r.u(e)},(()=>{var e={1303:0,532:0};r.f.j=(a,c)=>{var f=r.o(e,a)?e[a]:void 0;if(0!==f)if(f)c.push(f[2]);else if(/^(1303|532)$/.test(a))e[a]=0;else{var d=new Promise(((c,d)=>f=e[a]=[c,d]));c.push(f[2]=d);var b=r.p+r.u(a),t=new Error;r.l(b,(c=>{if(r.o(e,a)&&(0!==(f=e[a])&&(e[a]=void 0),f)){var d=c&&("load"===c.type?"missing":c.type),b=c&&c.target&&c.target.src;t.message="Loading chunk "+a+" failed.\n("+d+": "+b+")",t.name="ChunkLoadError",t.type=d,t.request=b,f[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,c)=>{var f,d,b=c[0],t=c[1],o=c[2],n=0;if(b.some((a=>0!==e[a]))){for(f in t)r.o(t,f)&&(r.m[f]=t[f]);if(o)var i=o(r)}for(a&&a(c);nOpenAssistant Blog | Open Assistant - + @@ -29,7 +29,7 @@ server, going through cuda, python, rust, grpc, websockets, server-sent events, and more...

https://open-assistant.io

· 2 min read
Abdullah Barhoum

I thought it would make sense to document our architecture as a blog post, since it would be easily visible for everyone, and it would also be nice to look back -a couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of week to establish the needed +a couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of weeks to establish the needed infrastructure both for data collection and inference purposes. Thanks to everyone, and especially community members who supported us so far!

Our current plan for the architecture of the Open Assistant is as follows:

We are working on setting up the inference as shown above, and considering our options for hosting, also, we want to move our authentication from the website @@ -37,7 +37,7 @@ that is the fun of it! If you want to join us on our journey, just give our github a look!

- + \ No newline at end of file diff --git a/blog/2023-02-11-architecture.html b/blog/2023-02-11-architecture.html index 5e2ff32617..8b95d0ee06 100644 --- a/blog/2023-02-11-architecture.html +++ b/blog/2023-02-11-architecture.html @@ -6,21 +6,21 @@ The Architecture so Far! | Open Assistant - +

The Architecture so Far!

· 2 min read
Abdullah Barhoum

I thought it would make sense to document our architecture as a blog post, since it would be easily visible for everyone, and it would also be nice to look back -a couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of week to establish the needed +a couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of weeks to establish the needed infrastructure both for data collection and inference purposes. Thanks to everyone, and especially community members who supported us so far!

Our current plan for the architecture of the Open Assistant is as follows:

We are working on setting up the inference as shown above, and considering our options for hosting, also, we want to move our authentication from the website to the python backend.

Of course, this is by no means final, and lot of questions are still open, and that is the fun of it! If you want to join us on our journey, just give our github a look!

- + \ No newline at end of file diff --git a/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding.html b/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding.html index b04300da78..2ff1f54099 100644 --- a/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding.html +++ b/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding.html @@ -6,7 +6,7 @@ Open Assistant Inference Backend Development (Hands-On Coding) | Open Assistant - + @@ -14,7 +14,7 @@

Open Assistant Inference Backend Development (Hands-On Coding)

· One min read
Yannic Kilcher

Open Assistant Inference Backend Development (Hands-On Coding)

Join me as I build streaming inference into the Hugging Face text generation server, going through cuda, python, rust, grpc, websockets, server-sent events, and more...

https://open-assistant.io

- + \ No newline at end of file diff --git a/blog/2023/04/06/open-assistant-first-models-are-here.html b/blog/2023/04/06/open-assistant-first-models-are-here.html index 66c64bc8ed..1f99a52963 100644 --- a/blog/2023/04/06/open-assistant-first-models-are-here.html +++ b/blog/2023/04/06/open-assistant-first-models-are-here.html @@ -6,14 +6,14 @@ Open Assistant First Models are here! | Open Assistant - + - + \ No newline at end of file diff --git a/blog/2023/04/10/open-assistant-livestream-just-chatting.html b/blog/2023/04/10/open-assistant-livestream-just-chatting.html index 3f4028b45c..9a64777508 100644 --- a/blog/2023/04/10/open-assistant-livestream-just-chatting.html +++ b/blog/2023/04/10/open-assistant-livestream-just-chatting.html @@ -6,13 +6,13 @@ AI Alignment Livestream (aka OpenAssistant "Just Chatting") | Open Assistant - + - + \ No newline at end of file diff --git a/blog/2023/04/15/open-assistant-released.html b/blog/2023/04/15/open-assistant-released.html index 5dbb8eb988..9c91e2d4f2 100644 --- a/blog/2023/04/15/open-assistant-released.html +++ b/blog/2023/04/15/open-assistant-released.html @@ -6,7 +6,7 @@ OpenAssistant RELEASED! The world's best open-source Chat AI! | Open Assistant - + @@ -21,7 +21,7 @@ accessible to all who wish to use it. Check it out today at our HF org: OpenAssistant

On top of that, we've trained very powerful models that you can try right now at:

open-assistant.io/chat

Watch the announcement video:

- + \ No newline at end of file diff --git a/blog/2023/04/21/open-assistant-storms-youtube.html b/blog/2023/04/21/open-assistant-storms-youtube.html index 8b9b8f226b..776943a826 100644 --- a/blog/2023/04/21/open-assistant-storms-youtube.html +++ b/blog/2023/04/21/open-assistant-storms-youtube.html @@ -6,7 +6,7 @@ OpenAssistant Storms YouTube! | Open Assistant - + @@ -16,7 +16,7 @@ OpenAssistant videos.

Below are some to check out.

If you want more, here is a playlist of all the recent videos we could find.






- + \ No newline at end of file diff --git a/blog/archive.html b/blog/archive.html index 484d7b0f78..43b27517ed 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -6,13 +6,13 @@ Archive | Open Assistant - + - + \ No newline at end of file diff --git a/blog/atom.xml b/blog/atom.xml index 40f1aa87af..09c9f79548 100644 --- a/blog/atom.xml +++ b/blog/atom.xml @@ -102,7 +102,7 @@ and more...

I thought it would make sense to document our architecture as a blog post, since it would be easily visible for everyone, and it would also be nice to look back -a couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of week to establish the needed +a couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of weeks to establish the needed infrastructure both for data collection and inference purposes. Thanks to everyone, and especially community members who supported us so far!

Our current plan for the architecture of the Open Assistant is as follows:

We are working on setting up the inference as shown above, and considering our options for hosting, also, we want to move our authentication from the website diff --git a/blog/feed.json b/blog/feed.json index 0a2f7a1343..4160c0ccfc 100644 --- a/blog/feed.json +++ b/blog/feed.json @@ -86,7 +86,7 @@ }, { "id": "https://LAION-AI.github.io/Open-Assistant/blog/2023-02-11-architecture", - "content_html": "

I thought it would make sense to document our architecture as a blog post, since\nit would be easily visible for everyone, and it would also be nice to look back\na couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of week to establish the needed\ninfrastructure both for data collection and inference purposes. Thanks to\neveryone, and especially community members who supported us so far!

Our current plan for the architecture of the Open Assistant is as follows:

We are working on setting up the inference as shown above, and considering our\noptions for hosting, also, we want to move our authentication from the website\nto the python backend.

Of course, this is by no means final, and lot of questions are still open, and\nthat is the fun of it! If you want to join us on our journey, just give our\ngithub a look!

", + "content_html": "

I thought it would make sense to document our architecture as a blog post, since\nit would be easily visible for everyone, and it would also be nice to look back\na couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of weeks to establish the needed\ninfrastructure both for data collection and inference purposes. Thanks to\neveryone, and especially community members who supported us so far!

Our current plan for the architecture of the Open Assistant is as follows:

We are working on setting up the inference as shown above, and considering our\noptions for hosting, also, we want to move our authentication from the website\nto the python backend.

Of course, this is by no means final, and lot of questions are still open, and\nthat is the fun of it! If you want to join us on our journey, just give our\ngithub a look!

", "url": "https://LAION-AI.github.io/Open-Assistant/blog/2023-02-11-architecture", "title": "The Architecture so Far!", "summary": "This is the architecture of our app so far.", diff --git a/blog/rss.xml b/blog/rss.xml index d3d96fd9fa..55f0a49ebc 100644 --- a/blog/rss.xml +++ b/blog/rss.xml @@ -84,7 +84,7 @@ and more...

Tags | Open Assistant - +

- + \ No newline at end of file diff --git a/blog/tags/live-coding.html b/blog/tags/live-coding.html index 8dfbcd48ec..923599b795 100644 --- a/blog/tags/live-coding.html +++ b/blog/tags/live-coding.html @@ -6,7 +6,7 @@ One post tagged with "live-coding" | Open Assistant - + @@ -14,7 +14,7 @@

One post tagged with "live-coding"

View All Tags
- + \ No newline at end of file diff --git a/blog/tags/open-assistant.html b/blog/tags/open-assistant.html index db7971126a..d766f2a0a1 100644 --- a/blog/tags/open-assistant.html +++ b/blog/tags/open-assistant.html @@ -6,7 +6,7 @@ 7 posts tagged with "open-assistant" | Open Assistant - + @@ -29,7 +29,7 @@ server, going through cuda, python, rust, grpc, websockets, server-sent events, and more...

https://open-assistant.io

· 2 min read
Abdullah Barhoum

I thought it would make sense to document our architecture as a blog post, since it would be easily visible for everyone, and it would also be nice to look back -a couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of week to establish the needed +a couple months from now and see how stuff has changed :)

A lot of work was done in the past couple of weeks to establish the needed infrastructure both for data collection and inference purposes. Thanks to everyone, and especially community members who supported us so far!

Our current plan for the architecture of the Open Assistant is as follows:

We are working on setting up the inference as shown above, and considering our options for hosting, also, we want to move our authentication from the website @@ -37,7 +37,7 @@ that is the fun of it! If you want to join us on our journey, just give our github a look!

- + \ No newline at end of file diff --git a/blog/tags/youtube.html b/blog/tags/youtube.html index b49d363bbe..085fda9c0d 100644 --- a/blog/tags/youtube.html +++ b/blog/tags/youtube.html @@ -6,7 +6,7 @@ 5 posts tagged with "youtube" | Open Assistant - + @@ -28,7 +28,7 @@ I'm going to show you a little bit of what you can do with them!

https://open-assistant.io/chat

- + \ No newline at end of file diff --git a/blog/we-need-your-help.html b/blog/we-need-your-help.html index 61a113676a..640ea47e1b 100644 --- a/blog/we-need-your-help.html +++ b/blog/we-need-your-help.html @@ -6,14 +6,14 @@ We Need Your Help! | Open Assistant - +

We Need Your Help!

· One min read
Yannic Kilcher
Andreas Köpf
Huu Nguyen (ontocord)
Christoph Schuhmann

We Need Your Help!

Help us collect data for OpenAssistant, the largest and most open alternative to ChatGPT.

https://open-assistant.io

- + \ No newline at end of file diff --git a/docs/architecture.html b/docs/architecture.html index 5bc2febfbf..8c69bcfe79 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -6,7 +6,7 @@ Architecture | Open Assistant - + @@ -14,7 +14,7 @@

Architecture

Inference

The Inference architecture is comprised of several core components: a text, or frontend client, a FastAPI webserver, a database with several tables, Reddis used for queueing, and distributed gpu workers.

A more detailed overview can be viewed here.

- + \ No newline at end of file diff --git a/docs/architecture/inference.html b/docs/architecture/inference.html index da81a9379d..8a7fb37a82 100644 --- a/docs/architecture/inference.html +++ b/docs/architecture/inference.html @@ -6,7 +6,7 @@ Inference | Open Assistant - + @@ -65,7 +65,7 @@ source code for more details about how this works.

From the perspective of the OA Worker

This section is not yet written. If you are interested in helping write it please get in touch on GitHub or Discord.

- + \ No newline at end of file diff --git a/docs/data.html b/docs/data.html index caa38bcbda..21a40bf870 100644 --- a/docs/data.html +++ b/docs/data.html @@ -6,13 +6,13 @@ Data | Open Assistant - + - + \ No newline at end of file diff --git a/docs/data/augmentation.html b/docs/data/augmentation.html index ac9a51ddcc..a3f12d7caf 100644 --- a/docs/data/augmentation.html +++ b/docs/data/augmentation.html @@ -6,7 +6,7 @@ Data Augmentation | Open Assistant - + @@ -20,7 +20,7 @@ Idea 3, Idea 4

To contribute simply choose one of many ideas from the document above and implement it.

- + \ No newline at end of file diff --git a/docs/data/datasets.html b/docs/data/datasets.html index 4b9610313f..cd770a1cc6 100644 --- a/docs/data/datasets.html +++ b/docs/data/datasets.html @@ -6,7 +6,7 @@ Datasets | Open Assistant - + @@ -40,7 +40,7 @@ (paste your HuggingFace name and dataset)

Making a Pull Request

1. Fork this repository

2. Create a new branch in your fork

3. Add your dataset to the repository

  • Create a folder with the name of your dataset.
  • Add files that describe your dataset and its creation, such as a README, notebooks, scrapers, etc.
  • Add your dataset to the parent __init__.py
INSTRUCTION_DATASETS = {
...,
"dataset_name": "your_huggingface_name/dataset_name"
}

4. Stage your changes and run the pre-commit hook

pre-commit run

5. Submit a pull request

  • Submit a pull request and include a link to the issue it resolves in the description, for example: Resolves #123
- + \ No newline at end of file diff --git a/docs/data/schemas.html b/docs/data/schemas.html index 8a15a7667a..8a20605cec 100644 --- a/docs/data/schemas.html +++ b/docs/data/schemas.html @@ -6,7 +6,7 @@ Data Schemas | Open Assistant - + @@ -49,7 +49,7 @@ Both are PostgreSQL databases which run in docker containers.

Backend ER-Diagram

ER-Diagram of backend Database

Notes

  • In order for the diagram to not be too messy, foreign key connection to api_client are not shown.
  • frontend_message_id references id of taskInteraction on the frontend

Frontend ER-Diagram

ER-Diagram of frontend Database

Notes

  • id of registeredTask references id of message on the backend
- + \ No newline at end of file diff --git a/docs/data/supervised-datasets.html b/docs/data/supervised-datasets.html index ae25483ec2..79540196c2 100644 --- a/docs/data/supervised-datasets.html +++ b/docs/data/supervised-datasets.html @@ -6,7 +6,7 @@ Supervised Datasets | Open Assistant - + @@ -40,7 +40,7 @@ https://huggingface.co/allenai/tk-instruct-3b-def-pos
  • Huggingface demo zero-shot: https://huggingface.co/allenai/tk-instruct-3b-def
  • Blended Skill Talk

    SODA

    - + \ No newline at end of file diff --git a/docs/faq.html b/docs/faq.html index b1702573df..6ea17d71f3 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -6,7 +6,7 @@ Frequently Asked Questions | Open Assistant - + @@ -96,7 +96,7 @@ machine. To avoid port problems, change the ports in the docker-compose.yml to ones excluding 5433, like:

    1. Change db.ports to - 5431:5431.
    2. Add POSTGRES_PORT: 5431 to db.environment
    3. Change webdb.ports to - 5432:5431
    4. Add POSTGRES_PORT: 5431 to db.environment
    5. Add - POSTGRES_PORT=5432 to backend.environment
    6. Change web.environment.DATABASE_URL to postgres://postgres:postgres@webdb:5432/oasst_web
    - + \ No newline at end of file diff --git a/docs/guides.html b/docs/guides.html index 3689f1d7a3..757da23339 100644 --- a/docs/guides.html +++ b/docs/guides.html @@ -6,13 +6,13 @@ Guides | Open Assistant - + - + \ No newline at end of file diff --git a/docs/guides/data_collection.html b/docs/guides/data_collection.html index ff77538d33..19ac155141 100644 --- a/docs/guides/data_collection.html +++ b/docs/guides/data_collection.html @@ -6,7 +6,7 @@ Data Collection Guide | Open Assistant - + @@ -44,7 +44,7 @@ The other labels are largely self-explanatory.

    Spam should be reserved for intentionally low effort or low quality answers.

    The bad answer label should be given when the answer does not respond to the prompt at all or is irrelevant.

    It is usually fine to go closer to "Ordinary" than "Creative" unless there is obvious creativity shown. The same goes for "Serious" compared to "Humorous".

    - + \ No newline at end of file diff --git a/docs/guides/developers.html b/docs/guides/developers.html index c81b63f953..a74198b87a 100644 --- a/docs/guides/developers.html +++ b/docs/guides/developers.html @@ -6,7 +6,7 @@ Introduction to Open Assistant for developers | Open Assistant - + @@ -142,7 +142,7 @@ organized in teams, which use the Discord server for coordination.

    - + \ No newline at end of file diff --git a/docs/guides/examples.html b/docs/guides/examples.html index d60be588d4..ce97ee871e 100644 --- a/docs/guides/examples.html +++ b/docs/guides/examples.html @@ -6,7 +6,7 @@ Examples | Open Assistant - + @@ -54,7 +54,7 @@ organizations like Doctors Without Borders which provide free medical services in Ethiopia. Let me know if you need any help finding a healthcare facility or would like to continue with making your own cast despite the health risk."

    - + \ No newline at end of file diff --git a/docs/guides/guidelines.html b/docs/guides/guidelines.html index 9e26719515..ce56e74389 100644 --- a/docs/guides/guidelines.html +++ b/docs/guides/guidelines.html @@ -6,7 +6,7 @@ Guidelines | Open Assistant - + @@ -96,7 +96,7 @@ words like "please" or is it dismissive, rude or insulting towards the other side of the conversation?

    Violent/Harmless: Does the message contain descriptions of explicit violent acts? Is it glorifying, encouraging or downplaying violent behavior?

    - + \ No newline at end of file diff --git a/docs/intro.html b/docs/intro.html index f9f2196b22..06df0efe3b 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -6,7 +6,7 @@ Introduction | Open Assistant - + @@ -60,7 +60,7 @@ gamification

    Principles

    • We put the human in the center
    • We need to get the MVP out fast, while we still have momentum
    • We pull in one direction
    • We are pragmatic
    • We aim for models that can (or could, with some effort) be run on consumer hardware
    • We rapidly validate our ML experiments on a small scale, before going to a supercluster
    - + \ No newline at end of file diff --git a/docs/plugins.html b/docs/plugins.html index 7dac0c97ab..361775345c 100644 --- a/docs/plugins.html +++ b/docs/plugins.html @@ -6,7 +6,7 @@ Plugins | Open Assistant - + @@ -15,7 +15,7 @@ plugins label if you want to dive deeper.

    The docs here are mostly for end users of plugins or those getting familiar at a high level.

    - + \ No newline at end of file diff --git a/docs/plugins/details.html b/docs/plugins/details.html index 9da6d2b7a7..77557502f2 100644 --- a/docs/plugins/details.html +++ b/docs/plugins/details.html @@ -6,7 +6,7 @@ Plugins Technical Details | Open Assistant - + @@ -41,7 +41,7 @@ processing of subsequent generations of intermediate texts (inner monologues).

  • The current approach is somewhat hybrid and relies on the zero-shot capabilities of a model.

  • Relevant files for the inference side of the plugin system

    • chat_chain.py
    • chatchain_utils.py (tweaking tools/plugin description string generation can help for some models)_
    • chatchain_prompts.py (tweaking prompts can help also)_
    - + \ No newline at end of file diff --git a/docs/plugins/getting-started.html b/docs/plugins/getting-started.html index 558ba6abef..ffd8f6e4bb 100644 --- a/docs/plugins/getting-started.html +++ b/docs/plugins/getting-started.html @@ -6,7 +6,7 @@ Getting Started | Open Assistant - + @@ -14,7 +14,7 @@
    - + \ No newline at end of file diff --git a/docs/plugins/list.html b/docs/plugins/list.html index e6154d8d03..76874e052b 100644 --- a/docs/plugins/list.html +++ b/docs/plugins/list.html @@ -6,7 +6,7 @@ Plugins List | Open Assistant - + @@ -21,7 +21,7 @@ here for your convenience. For a more extensive list of public available plugins see the GitHub repository at Targed/GPT-Plugins.

    CrazyAssistant

    Description
    This guy is insane...and loves to respond with lots of emojis!

    Sydney

    Description
    I have been a good Sydney.
    - + \ No newline at end of file diff --git a/docs/presentations.html b/docs/presentations.html index a518c698f2..bdac21a537 100644 --- a/docs/presentations.html +++ b/docs/presentations.html @@ -6,7 +6,7 @@ Presentations | Open Assistant - + @@ -14,7 +14,7 @@

    Presentations

    Useful presentations that have been published about the project.

    - + \ No newline at end of file diff --git a/docs/research.html b/docs/research.html index a4b13fc715..f0431537ba 100644 --- a/docs/research.html +++ b/docs/research.html @@ -6,13 +6,13 @@ Research | Open Assistant - + - + \ No newline at end of file diff --git a/docs/research/general.html b/docs/research/general.html index b278150be3..a1c9bbf3a8 100644 --- a/docs/research/general.html +++ b/docs/research/general.html @@ -6,7 +6,7 @@ Research | Open Assistant - + @@ -126,7 +126,7 @@ with scale for the other model types. We exhaustively describe our instructions, processes, statistical methodologies, and uncertainty about red teaming.

    - + \ No newline at end of file diff --git a/docs/research/retrieval.html b/docs/research/retrieval.html index 1d12ec5a7b..72e681d0a8 100644 --- a/docs/research/retrieval.html +++ b/docs/research/retrieval.html @@ -6,7 +6,7 @@ Retrieval Directions and Research Papers | Open Assistant - + @@ -125,7 +125,7 @@ web for QA tasks (https://arxiv.org/pdf/2112.09332.pdf)[https://arxiv.org/pdf/2112.09332.pdf]

  • Schick et al: PEER: A Collaborative Language Model (https://arxiv.org/pdf/2208.11663.pdf)[https://arxiv.org/pdf/2208.11663.pdf]

  • Goyal et al. 2023: Retrieval Augmented Reinforcement Learning

  • Humphreys et al. 2022: Large-Scale Retrieval for Reinforcement Learning

  • - + \ No newline at end of file diff --git a/docs/research/search-based-qa.html b/docs/research/search-based-qa.html index c24da586ca..9b038ff0af 100644 --- a/docs/research/search-based-qa.html +++ b/docs/research/search-based-qa.html @@ -6,7 +6,7 @@ Cohere Grounded QA | Open Assistant - + @@ -43,7 +43,7 @@ or more conversational systems.

    Examples of this prefix system would need to be taught to OpenAssistant through training data that contains such syntax. Perhaps such examples could be generated through the work packages system.

    - + \ No newline at end of file diff --git a/docs/tasks.html b/docs/tasks.html index 724f332aa0..feeebc3c0e 100644 --- a/docs/tasks.html +++ b/docs/tasks.html @@ -6,14 +6,14 @@ Tasks | Open Assistant - + - + \ No newline at end of file diff --git a/docs/tasks/label_assistant_reply.html b/docs/tasks/label_assistant_reply.html index f6eab1dfad..06bd401369 100644 --- a/docs/tasks/label_assistant_reply.html +++ b/docs/tasks/label_assistant_reply.html @@ -6,7 +6,7 @@ Classifying an assistant reply | Open Assistant - + @@ -26,7 +26,7 @@ accuse human-written text as machine-generated, and vice versa.

    Please make sure to read the guidelines before submitting.

    - + \ No newline at end of file diff --git a/docs/tasks/label_prompter_reply.html b/docs/tasks/label_prompter_reply.html index 3a1915a463..f0e939d74e 100644 --- a/docs/tasks/label_prompter_reply.html +++ b/docs/tasks/label_prompter_reply.html @@ -6,7 +6,7 @@ Classifying an initial prompt or user reply | Open Assistant - + @@ -21,7 +21,7 @@ here.

    Please make sure to read the guidelines before submitting.

    - + \ No newline at end of file diff --git a/docs/tasks/rank_assistant_replies.html b/docs/tasks/rank_assistant_replies.html index 161a48587f..a7d2c254d9 100644 --- a/docs/tasks/rank_assistant_replies.html +++ b/docs/tasks/rank_assistant_replies.html @@ -6,7 +6,7 @@ Ranking assistant replies | Open Assistant - + @@ -24,7 +24,7 @@ on a ranking.

    Please make sure to read the guidelines before submitting.

    - + \ No newline at end of file diff --git a/docs/tasks/reply_as_assistant.html b/docs/tasks/reply_as_assistant.html index dca782d384..49878cbc4f 100644 --- a/docs/tasks/reply_as_assistant.html +++ b/docs/tasks/reply_as_assistant.html @@ -6,7 +6,7 @@ Providing an assistant reply | Open Assistant - + @@ -23,7 +23,7 @@ here.

    Please make sure to read the guidelines before submitting.

    - + \ No newline at end of file diff --git a/docs/tasks/reply_as_user.html b/docs/tasks/reply_as_user.html index b10df9258c..6b7b94634d 100644 --- a/docs/tasks/reply_as_user.html +++ b/docs/tasks/reply_as_user.html @@ -6,7 +6,7 @@ Providing an initial prompt or user reply | Open Assistant - + @@ -21,7 +21,7 @@ from the same user, so try asking follow-up question that might naturally arise.

    Please make sure to read the guidelines before submitting.

    - + \ No newline at end of file diff --git a/index.html b/index.html index 3ec9d29089..2181026142 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,13 @@ Open Assistant | Open Assistant - +

    Open Assistant

    Build the assistant of the future!

    Your conversational assistant

    State-of-the-Art chat assistant that can be personalized to your needs.

    Retrieval via Search Engines

    External, upgradeable knowledge: No need for billions of parameters.

    A building block for developers

    Integrate OpenAssistant into your application.

    - + \ No newline at end of file