-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #330 from Lumerin-protocol/test
Main-1.0.60
- Loading branch information
Showing
92 changed files
with
2,843 additions
and
1,153 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"0x0000000000000000000000000000000000000000000000000000000000000000": { | ||
"$schema": "https://raw.githubusercontent.com/Lumerin-protocol/Morpheus-Lumerin-Node/a719073670adb17de6282b12d1852d39d629cb6e/proxy-router/internal/config/models-config-schema.json", | ||
"models": [ | ||
{ | ||
"modelId": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"modelName": "llama2", | ||
"apiType": "openai", | ||
"apiUrl": "http://localhost:8080/v1" | ||
} | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,35 @@ | ||
# This file is used to set the environment variables for the cicd workflow | ||
# To Generate the STG or TestNet release | ||
# Contract and Token current as of 11/15/2024 (and are using the same values as the testnet) | ||
# ...when mainnet release is imminent, update the values | ||
# Contract and Token current as of 11/15/2024 | ||
# Full ENV details can be found in /docs/proxy-router.full.env | ||
# Includes both TestNet and MainNet values, uncomment sections as desired | ||
|
||
# Wallet_Private_Key is not needed if you will be running the MorpheusUI in conjunction with proxy-router | ||
WALLET_PRIVATE_KEY= | ||
|
||
# MAINNET VALUES (only MAINNET or TESTNET section should be uncommented) | ||
DIAMOND_CONTRACT_ADDRESS=0xDE819AaEE474626E3f34Ef0263373357e5a6C71b | ||
MOR_TOKEN_ADDRESS=0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86 | ||
EXPLORER_API_URL="https://api.arbiscan.io/api" | ||
ETH_NODE_CHAIN_ID=42161 | ||
|
||
# TESTNET VALUES | ||
# DIAMOND_CONTRACT_ADDRESS=0xb8C55cD613af947E73E262F0d3C54b7211Af16CF | ||
# MOR_TOKEN_ADDRESS=0x34a285a1b1c166420df5b6630132542923b5b27e | ||
# EXPLORER_API_URL="https://api-sepolia.arbiscan.io/api" | ||
# ETH_NODE_CHAIN_ID=421614 | ||
|
||
# COMMON | ||
PROXY_ADDRESS=0.0.0.0:3333 | ||
WEB_ADDRESS=0.0.0.0:8082 | ||
WEB_PUBLIC_URL=http://localhost:8082 | ||
MODELS_CONFIG_PATH= | ||
ETH_NODE_USE_SUBSCRIPTIONS=false | ||
ETH_NODE_ADDRESS= | ||
ETH_NODE_LEGACY_TX=false | ||
PROXY_STORE_CHAT_CONTEXT=true | ||
# PROXY_STORAGE_PATH=.\data\ (for windows) | ||
PROXY_STORAGE_PATH=./data/ | ||
LOG_COLOR=true | ||
LOG_COLOR=true | ||
|
||
# Set to true to reset mac keychain on start (MorpheusUI only on Mac) | ||
APP_RESET_KEYCHAIN=false |
Oops, something went wrong.