Skip to content

Instantly share code, notes, and snippets.

View Yuta-chan's full-sized avatar

Judith Urbina Yuta-chan

View GitHub Profile
@Yuta-chan
Yuta-chan / assistants_api_v2_streamlit.py
Created October 8, 2024 01:56 — forked from skolo-online/assistants_api_v2_streamlit.py
Assistant API V2 Streamlit Application
import streamlit as st
from assistant import *
import time
def process_run(st, thread_id, assistant_id):
# Run the Assistant
run_id = runAssistant(thread_id, assistant_id)
status = 'running'
# Check Status Session