MichaelToStudy
MichaelToStudy
这个demo没用啊,还是不能传递值
A selection component with pre defined prompts, and a textarea component to define these prompts.
可以在本项目的 release 地址中获取 https://github.com/sheng-di/Snipaste-Android/releases/tag/v1.0
修改了一下 makrdown: ``` import 'package:flutter/material.dart'; import 'package:flutter_chatgpt/components/code_wrapper.dart'; import 'package:flutter_chatgpt/components/latex.dart'; import 'package:markdown_widget/markdown_widget.dart'; class Markdown extends StatelessWidget { final String text; const Markdown({super.key, required this.text}); @override Widget build(BuildContext context) { final isDark...
运行 MacOS 也不行。。 ``` Launching lib/main.dart on macOS in debug mode... ../../../../../.pub-cache/hosted/pub.dev/flutter_math_fork-0.7.1/lib/src/widgets/selection/gesture_detector_builder_selectable.dart:38:22: Error: Type 'TapDragUpDetails' not found. void onSingleTapUp(TapDragUpDetails details) { ^^^^^^^^^^^^^^^^ ../../../../../.pub-cache/hosted/pub.dev/flutter_math_fork-0.7.1/lib/src/widgets/selection/gesture_detector_builder_selectable.dart:38:22: Error: 'TapDragUpDetails' isn't a type. void onSingleTapUp(TapDragUpDetails...
According to https://platform.openai.com/docs/api-reference/making-requests:
I'm using Glarity. It doesn't work. The local AI service is already running at port 8080.
Should I build the macOS Safari version locally?
After using following command to start a chrome instance without CORS checking: ``` open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --disable-web-security --allow-running-insecure-content --user-data-dir="/tmp/chrome_dev" ``` The following error shows: ``` Manifest:...
 - 理论没问题,是黑苹果的问题。 - 登录页面没问题,此处可以让用户设置一下是否开启硬件加速。