增加星火大模型的model按钮;修改配置文件的字段;更改部分逻辑过程。现在大模型的类型也可以选择了。
This commit is contained in:
@@ -39,11 +39,28 @@
|
||||
android:layout_weight="0.5"
|
||||
android:background="@drawable/edittext_border" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/submitToAIButton"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="提交到智谱AI" />
|
||||
android:orientation="horizontal"
|
||||
android:weightSum="100">
|
||||
|
||||
<Button
|
||||
android:id="@+id/submitToZhiPuAIButton"
|
||||
android:layout_width="113dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="提交到智谱AI"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/submitToSparkAIButton"
|
||||
android:layout_width="113dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="提交到星火AI"
|
||||
android:textSize="12sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/tabLayout"
|
||||
|
||||
Reference in New Issue
Block a user