Skip to content

Commit

Permalink
chore: generators
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Oct 4, 2023
1 parent a8e3064 commit 8236e7a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ ab4630c49b5fc7fe9cdc7b48c9f4d7018abbe2c5:packages/eightballer/services/mech/serv
67cd348064f2579db198c930c4dfbd4fba398094:packages/valory/protocols/websocket_client/protocol.yaml:generic-api-key:16
67cd348064f2579db198c930c4dfbd4fba398094:packages/valory/protocols/websocket_client/protocol.yaml:generic-api-key:17
bcaf3802a6d7f1ae37003d94f8f26b77de530dad:tools/univ2_trade_request.py:generic-api-key:62
bcaf3802a6d7f1ae37003d94f8f26b77de530dad:tools/univ2_trade_request.py:generic-api-key:63
bcaf3802a6d7f1ae37003d94f8f26b77de530dad:tools/univ2_trade_request.py:generic-api-key:63
a8e306437319e480ae967d24c27b7e0265a853c8:packages/valory/connections/http_client/connection.yaml:generic-api-key:14
a8e306437319e480ae967d24c27b7e0265a853c8:packages/valory/skills/abstract_round_abci/tests/data/dummy_abci/skill.yaml:generic-api-key:73
a8e306437319e480ae967d24c27b7e0265a853c8:packages/valory/skills/registration_abci/skill.yaml:generic-api-key:86
a8e306437319e480ae967d24c27b7e0265a853c8:packages/valory/skills/termination_abci/skill.yaml:generic-api-key:84
a8e306437319e480ae967d24c27b7e0265a853c8:packages/valory/skills/transaction_settlement_abci/skill.yaml:generic-api-key:92
19 changes: 19 additions & 0 deletions tools/optimization_by_prompting.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2023 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.
#
# ------------------------------------------------------------------------------

"""A script that implements the optimization by prompting methodology."""

import os
Expand Down

0 comments on commit 8236e7a

Please sign in to comment.