mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 18:53:43 +08:00
fix: 修复 markdown 换行符不解析的 Bug,修复新发布的模型 token 统计失败错误
This commit is contained in:
@@ -26,7 +26,7 @@ import {httpGet} from "@/utils/http";
|
||||
export default defineComponent({
|
||||
name: 'ChatPrompt',
|
||||
components: {Clock},
|
||||
methods: {dateFormat},
|
||||
methods: {},
|
||||
props: {
|
||||
content: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user