Skip to content

Commit

Permalink
Merge pull request #260 from KahanMajmudar/feat/mech-model-superforca…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
0xArdi authored Oct 25, 2024
2 parents 81337df + 4877b7b commit ec4ffdc
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"custom/victorpolisetty/dalle_request/0.1.0": "bafybeieqqtd6gtlry7vheix54nj3ok4cag3uy47yoxlufhi6y3u5i6doti",
"custom/jhehemann/prediction_sentence_embeddings/0.1.0": "bafybeifyyb2wpa77tl7a7fs3fabns45llivhgccbnrpupubojmq2fwe4si",
"custom/gnosis/ofv_market_resolver/0.1.0": "bafybeigapoti2ysukapphspjawktkb4qkeltlollt4d2z4u7mrddk3u3rq",
"custom/valory/superforcaster/0.1.0": "bafybeibub6ulgkyyefw5zaab2tawyvjxbhcdddx7emfqrhlzkifb4dxox4",
"custom/valory/tee_openai_request/0.1.0": "bafybeictmezaorzxelsy4dztbxh5n2343zio3rk6vo7wc5lptxlobhdnku",
"custom/dvilela/corcel_request/0.1.0": "bafybeicjrix2wg23cm2j437isokkzd26uloqezlx3cg2pu7rf7mfwg3p6e",
"custom/dvilela/gemini_prediction/0.1.0": "bafybeigvwflupxzbjgmaxcxml5vkez3obl4fjo6bxzhquq56urnviq32u4",
Expand Down
20 changes: 20 additions & 0 deletions packages/valory/customs/superforcaster/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2023-2024 Valory AG
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# ------------------------------------------------------------------------------

"""This module contains the Superforcaster tool."""
22 changes: 22 additions & 0 deletions packages/valory/customs/superforcaster/component.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: superforcaster
author: valory
version: 0.1.0
type: custom
description: A tool that runs superforcaster prompt.
license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
__init__.py: bafybeifvbuxt54l5jsxextf6ru5yvimkfdg4gfkcsnmyvsyqcsgclg7vey
superforcaster.py: bafybeify3b3s5mimghq3d3pr4yoldbfo2giliebhfj7eh6w6sucfkk6iku
fingerprint_ignore_patterns: []
entry_point: superforcaster.py
callable: run
params:
default_model: gpt-4o-2024-08-06
dependencies:
openai:
version: ==1.30.2
tiktoken:
version: ==0.7.0
requests:
version: ==2.28.1
Loading

0 comments on commit ec4ffdc

Please sign in to comment.