mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-31 12:10:15 +08:00
Add Ollama native API to support keep alive parameters (#748)
* Add Chinese translation. * Optimize style. * Add Ollama native API to support keep alive parameters. * Optimized popup page style. * fix: Fixed data type for Ollama keep_alive parameter forever
This commit is contained in:
@@ -72,7 +72,7 @@ async function mountComponent(siteConfig, userConfig) {
|
||||
})
|
||||
|
||||
const position = {
|
||||
x: window.innerWidth - 300 - (Math.floor((20 / 100) * window.innerWidth)),
|
||||
x: window.innerWidth - 300 - Math.floor((20 / 100) * window.innerWidth),
|
||||
y: window.innerHeight / 2 - 200,
|
||||
}
|
||||
const toolbarContainer = createElementAtPosition(position.x, position.y)
|
||||
|
||||
Reference in New Issue
Block a user