File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 706706 padding : 0 ;
707707 margin : 12px ;
708708 font-size : 1.33em ;
709- font-family : math , sans-serif;
709+ font-family : system-ui , -apple-system , sans-serif;
710710}
711711
712712
@@ -880,7 +880,7 @@ html[data-theme="dark"] #settings {
880880 background-color : var (--user-msg-bg );
881881 border : 1px solid var (--user-msg-border );
882882 border-radius : 7px ;
883- font-family : math , sans-serif;
883+ font-family : system-ui , -apple-system , sans-serif;
884884}
885885
886886
@@ -974,7 +974,7 @@ input:checked + .slider:before {
974974}
975975
976976select {
977- height : 33px ;
977+ min- height: 33px ;
978978 font-weight : 600 ;
979979}
980980
Original file line number Diff line number Diff line change 1111 </ script >
1212 < link rel ="icon " href ="favicon.png ">
1313 < link rel ="stylesheet " href ="css/highlight_js/themes/github-dark-dimmed.css?v=1.0.3 ">
14- < link rel ="stylesheet " href ="css/chat.css?v=3.2.8 ">
14+ < link rel ="stylesheet " href ="css/chat.css?v=3.2.9 ">
1515 < link rel ="manifest " href ="manifest.json ">
1616 < meta property ="og:type " content ="article ">
1717 < meta property ="og:title " content ="OrionChat ">
7878< script src ="js/prompts.js?v=1.1.0 "> </ script >
7979< script src ="js/tools_list.js?v=1.2.0 "> </ script >
8080< script src ="js/gemini_file_search.js?v=1.0.1 "> </ script >
81- < script src ="js/script.js?v=3.3.5 "> </ script >
81+ < script src ="js/script.js?v=3.3.6 "> </ script >
8282< script src ="js/search_chats.js?v=0.0.5 "> </ script >
8383< script src ="js/voice_rec.js?v=1.0.6 "> </ script >
8484< div class ="recording-animation ">
Original file line number Diff line number Diff line change @@ -35,26 +35,26 @@ let converter = new showdown.Converter();
3535let PLATFORM_DATA = {
3636 openai : {
3737 models : [
38- "gpt-4.1 " ,
39- "gpt-4.1 -mini" ,
40- "gpt-4.1 -nano" ,
38+ "gpt-5.4 " ,
39+ "gpt-5.4 -mini" ,
40+ "gpt-5.4 -nano" ,
4141 ] ,
4242 name : "OpenAI" ,
4343 endpoint : "https://api.openai.com/v1/chat/completions"
4444 } ,
4545 groq : {
4646 models : [
47- "moonshotai/kimi-k2-instruct-0905 " ,
47+ "qwen/qwen3-32b " ,
4848 "openai/gpt-oss-120b"
4949 ] ,
5050 name : "Groq" ,
5151 endpoint : "https://api.groq.com/openai/v1/chat/completions"
5252 } ,
5353 google : {
5454 models : [
55- "gemini-2.5- pro" ,
55+ "gemini-pro-latest " ,
5656 "gemini-flash-latest" ,
57- "gemini-2.0- flash-preview-image-generation "
57+ "gemini-flash-lite-latest "
5858
5959 ] ,
6060 name : "Google" ,
@@ -69,9 +69,9 @@ let PLATFORM_DATA = {
6969 } ,
7070 anthropic : {
7171 models : [
72- "claude-opus-4-1-20250805 " ,
73- "claude-3-7- sonnet-20250219 " ,
74- "claude-3-5- haiku-20241022 " ,
72+ "claude-opus-4-6 " ,
73+ "claude-sonnet-4-6 " ,
74+ "claude-haiku-4-5 " ,
7575 ] ,
7676 name : "Anthropic" ,
7777 endpoint : "https://api.anthropic.com/v1/messages"
You can’t perform that action at this time.
0 commit comments