Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
boyjiangboyu committed Dec 21, 2023
1 parent d4b86c5 commit eeac2b4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pages/11_嵌入式学习工具.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import streamlit
import streamlit as st
import sys
import os
from dotenv import load_dotenv
from libs.llms import openai_streaming
from apps.chatbot import get_chatbot_page
sys.path.append(os.path.abspath('..'))
load_dotenv()


os.getenv('YOUR_ENV_VARIABLE')
st.markdown("## 🌐 酷学 嵌入式学习工具")
st.markdown("一个精通嵌入式的人工智能导师,可以解决任何嵌入式问题")

get_chatbot_page("coolstudy_bot365", "coolstudy_bot365", mr_ranedeer=True)
get_chatbot_page("coolstudy_bot365", "coolstudy_bot365", mr_ranedeer=True)

0 comments on commit eeac2b4

Please sign in to comment.