Skip to content

Commit

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


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

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

0 comments on commit d4b86c5

Please sign in to comment.