This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"models": [ | |
{ | |
"title": "Qwen2.5-Coder-7B", | |
"provider": "ollama", | |
"model": "Qwen2.5-Coder-7B-Instruct-Q6_K:latest", | |
"apiBase": "https://your_ollama_server" | |
} | |
], | |
"tabAutocompleteModel": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<Alias targetDevice1="Logitech G923 TRUEFORCE Racing Wheel PS USB" | |
targetDevice2="Logitech G923 TRUEFORCE Racing Wheel PS" | |
targetProductGuid="{C266046D-0000-0000-0000-504944564944}"> | |
<Axis axis="x" name="Steering" /> | |
<Axis axis="y" name="Gas" /> | |
<Axis axis="rz" name="Brake" /> | |
<Axis axis="slider:0" name="Clutch" /> | |
<Button number="1" name="X" /> | |
<Button number="2" name="Square" /> |